Skip to content

First project in Django - basic webapp for handling various operations on text data such as removing punctuations, capitalization, character count, etc.

Notifications You must be signed in to change notification settings

AtharvaP555/TextUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextUtilities

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.

Features

  • 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.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python (Flask/Django)

Installation & Setup

To run this project locally, follow these steps:

1. Clone the Repository

git clone https://github.com/AtharvaP555/TextUtilities.git
cd TextUtilities

2. Setup Python Environment

  • Install dependencies using:
pip install -r requirements.txt
  • Run the application:
python app.py

3. Access the Application

Once the server is running, open your browser and go to:

http://localhost:5000

Usage

  1. Open the web application.
  2. Enter the text you want to modify or analyze.
  3. Choose the desired operation and click the corresponding button.
  4. View the transformed text and additional insights.

Contributing

If you'd like to contribute to TextUtilities, feel free to fork the repository and submit a pull request with improvements.

License

This project is open-source and available under the MIT License.

Author

Developed by AtharvaP555

About

First project in Django - basic webapp for handling various operations on text data such as removing punctuations, capitalization, character count, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published