Text Analyzer is a Django-based application designed to perform various text manipulation operations on input text. The following operations are supported:
- Capitalize Text
- Remove Punctuation
- Remove Extra Spaces
- Remove Extra Lines
- Count Characters
This application offers the following features:
- Capitalize the input text.
- Eliminate punctuation from the text.
- Trim extra spaces.
- Remove additional lines.
- Count the number of characters in the text.
To run the Text Analyzer, you need to have the latest versions of:
- Python
- Django
Follow these steps:
- Open the command prompt.
- Navigate to the project directory.
- Run the command:
python manage.py runserver
- Copy the provided web address and paste it into your web browser.
- Test the application by inputting text and selecting desired operations.
Please note that this guide assumes you have a basic understanding of Python and Django.