A Django-based web application for text manipulation.
- Convert text to UPPERCASE or lowercase
- Remove extra spaces
- Word and character count
- Clear text with one click
| Tool | Purpose |
|---|---|
| Python | Core language |
| Django | Web framework |
| HTML / Bootstrap | Frontend UI |
git clone https://github.com/ar2029/TextUtils.git
cd TextUtils
pip install django
python manage.py runserverOpen http://127.0.0.1:8000/ in your browser.
- Django views, templates, and URL routing
- String manipulation in Python
- Full-stack web app development with Bootstrap
Part of a broader portfolio — view more