Skip to content

TextUtils Pro is a Django web app for analyzing and modifying text. It can remove punctuation, convert case, eliminate extra spaces and newlines, and count characters and sentences. Built with Django 5 and Bootstrap 5 for a clean, responsive UI.

License

Notifications You must be signed in to change notification settings

Code-With-Mavia/Text-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ TextUtils Pro

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.


πŸ”§ Features

  • βœ… Remove Punctuation
  • πŸ”  Convert to Uppercase / Lowercase
  • 🧹 Remove New Lines
  • πŸ—‘οΈ Remove Extra Spaces
  • πŸ”’ Character Count
  • πŸ“Œ Sentence Count

πŸ›  Tech Stack

  • Python 3.13
  • Django 5.2
  • Bootstrap 5
  • HTML/CSS

πŸš€ Getting Started

1. Clone the repository

git clone[ https://github.com/code-with-mavia/text.git](https://github.com/Code-With-Mavia/Text-Analyzer.git)
cd textutils-pro

2. Run the development server

python manage.py runserver
Then open your browser and navigate to:
http://127.0.0.1:8000/

3. Directory Structure

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

About

TextUtils Pro is a Django web app for analyzing and modifying text. It can remove punctuation, convert case, eliminate extra spaces and newlines, and count characters and sentences. Built with Django 5 and Bootstrap 5 for a clean, responsive UI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published