TextUtilities is a simple web-based tool designed to help users perform various text processing operations, such as modifying, analyzing, and formatting text. This project is built using HTML, CSS, JavaScript for the frontend and Python for backend processing.
- Text Modification: Convert text to uppercase, lowercase, remove spaces, and more.
- Character & Word Count: Quickly analyze the number of characters and words in a given text.
- Text Formatting: Adjust text indentation, line breaks, and remove unwanted characters.
- Frontend: HTML, CSS, JavaScript
- Backend: Python (Flask/Django)
To run this project locally, follow these steps:
git clone https://github.com/AtharvaP555/TextUtilities.git
cd TextUtilities- Install dependencies using:
pip install -r requirements.txt- Run the application:
python app.pyOnce the server is running, open your browser and go to:
http://localhost:5000
- Open the web application.
- Enter the text you want to modify or analyze.
- Choose the desired operation and click the corresponding button.
- View the transformed text and additional insights.
If you'd like to contribute to TextUtilities, feel free to fork the repository and submit a pull request with improvements.
This project is open-source and available under the MIT License.
Developed by AtharvaP555