TextUtils Pro is a Django-based web application for analyzing and modifying text. It offers features like punctuation removal, case conversion, extra space and newline removal, and character/sentence counting β all wrapped in a clean Bootstrap UI.
- β Remove Punctuation
- π Convert to Uppercase / Lowercase
- π§Ή Remove New Lines
- ποΈ Remove Extra Spaces
- π’ Character Count
- π Sentence Count
- Python 3.13
- Django 5.2
- Bootstrap 5
- HTML/CSS
git clone[ https://github.com/code-with-mavia/text.git](https://github.com/Code-With-Mavia/Text-Analyzer.git)
cd textutils-pro
python manage.py runserver
Then open your browser and navigate to:
http://127.0.0.1:8000/
Text-Analyzer/
text utils website/
textutils/
ββ db.sqlite3
βββ frontend
β βββ analyze.html
β βββ index.html
βββ manage.py
βββ textutils
βββ __init__.py
βββ __pycache__
β βββ __init__.cpython-313.pyc
β βββ settings.cpython-313.pyc
β βββ urls.cpython-313.pyc
β βββ views.cpython-313.pyc
β βββ wsgi.cpython-313.pyc
βββ asgi.py
βββ settings.py
βββ urls.py
βββ views.py
βββ wsgi.py