Magic Text Enhancer is a Django-based web application that allows users to perform various text transformations on their input text. It provides a user-friendly interface to apply different operations and enhance their text as needed.
- Remove Punctuations: Remove punctuations from the text.
- Remove Numbers: Remove numeric characters from the text.
- Uppercase: Convert the text to uppercase.
- Lowercase: Convert the text to lowercase.
- New Line Remover: Remove newline characters from the text.
- Extra Spaces Remover: Remove extra spaces between words.
- Capitalize: Capitalize the first letter of each word.
- Text Reverse: Reverse the entire text.
- Remove Duplicate Words: Remove duplicate words from the text.
- Text Sorting: Sort the words in the text alphabetically.
- And more...
-
Clone the repository:
git clone https://github.com/KING143ND/Magic-Text-Enhancer.git cd Magic-Text-Enhancer
-
Install dependencies:
pip install -r requirements.txt
-
Run the development server:
python manage.py runserver
-
Visit http://localhost:8000 in your browser.
- Enter your text in the provided textarea.
- Select the desired operations using checkboxes.
- Click the "Analyze Text" button to see the enhanced text.
- Explore various features and have fun with text transformations!
Live Link: Magic Text Enhancer
Contributions are welcome! Please fork the repository and create a pull request with your enhancements.
This project is licensed under the MIT License - see the LICENSE file for details.