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.
- 🔢 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
| Layer | Technology |
|---|---|
| Backend | Python, Django |
| Frontend | HTML, CSS, JavaScript |
| Database | SQLite |
| Version Control | Git, GitHub |
textanalysis/
├── textutils/ # Django project settings and URLs
├── myapp/ # Main app (views, urls, templates)
├── db.sqlite3 # SQLite database
└── manage.py
- Python 3.x
- pip
# 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 runserverVisit http://127.0.0.1:8000 in your browser.
| Page | Description |
|---|---|
| Analyzer | Main tool — enter text and get instant analysis |
| About Us | About the project and its purpose |
Anisha Rawat
- GitHub: @ANISHA-RAWAT
- LinkedIn: anisha-rawat-59bb92343