Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Text Analyzer Tool

A web-based text analysis tool built with Django and JavaScript that processes and analyzes text in real time. Clean interface, fast output, and multiple useful text utilities in one place.


🚀 Features

  • 🔢 Word Count – Count total words in your text
  • 🔡 Character Count – Count total characters (with and without spaces)
  • 🔠 Case Conversion – Convert text to UPPERCASE, lowercase, or Title Case
  • ✂️ Text Transformation – Remove extra spaces, reverse text and more
  • Real-time Output – Instant results as you type

🛠️ Tech Stack

Layer Technology
Backend Python, Django
Frontend HTML, CSS, JavaScript
Database SQLite
Version Control Git, GitHub

📁 Project Structure

textanalysis/
├── textutils/        # Django project settings and URLs
├── myapp/            # Main app (views, urls, templates)
├── db.sqlite3        # SQLite database
└── manage.py

⚙️ Installation & Setup

Prerequisites

  • Python 3.x
  • pip

Steps

# 1. Clone the repository
git clone https://github.com/ANISHA-RAWAT/textanalysis.git
cd textanalysis

# 2. Install Django
pip install django

# 3. Run migrations
python manage.py migrate

# 4. Start the development server
python manage.py runserver

Visit http://127.0.0.1:8000 in your browser.


📸 Pages

Page Description
Analyzer Main tool — enter text and get instant analysis
About Us About the project and its purpose

👩‍💻 Author

Anisha Rawat

About

A Django web app for real-time text analysis — deployed live on Render

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages