A powerful and simple text transformation web application built with Django.
🎯 Text Transformations:
- Remove Punctuations: Easily clean your text by removing punctuation marks.
- Convert to UPPERCASE: Transform your text into uppercase effortlessly.
- Remove New Lines: Eliminate unwanted line breaks for a cleaner layout.
- Remove Extra Spaces: Say goodbye to redundant whitespaces.
- Count Frequency of Letters: Analyze the frequency of each letter in your text.
Follow these simple steps to set up TextUtils on your local machine.
-
Clone the Repository
Start by cloning the project to your local machine:
git clone https://github.com/USMAN-FAIZYAB-KHAN/TextUtils.git cd TextUtils
-
Install Django
Use
pip
to install Django if not already installed:pip install django
-
Run the Development Server
Start the application with the following command:
python manage.py runserver
-
Access the Application
Open your browser and navigate to:
http://127.0.0.1:8000
The project is built with the following dependency:
- Django: Backend framework.
Easily transform your text to UPPERCASE.
- Enter your text into the input field on the homepage.
- Select the transformation options you want to apply:
- Remove Punctuations
- Convert to UPPERCASE
- Remove New Lines
- Remove Extra Spaces
- Count Frequency of Letters
- Click Analyze to see the results instantly!