Skip to content

TextUtils is a Django web application that provides a set of text analysis and manipulation tools. Users can input text, and the application offers various operations to modify and analyze the provided text. The main functionalities include removing punctuation, converting to uppercase, removing extra spaces, removing newlines, and removing numbers

kksain/textutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Create and activate a virtual environment:

  • python -m venv venv
  • .\venv\Scripts\activate

Clone the repository:

Navigate to the project directory:

  • cd textutils

Install dependencies:

  • pip install -r requirements.txt

Apply migrations:

  • python manage.py migrate

Run the development server:

  • python manage.py runserver

Access the application at http://127.0.0.1:8000/.

About

TextUtils is a Django web application that provides a set of text analysis and manipulation tools. Users can input text, and the application offers various operations to modify and analyze the provided text. The main functionalities include removing punctuation, converting to uppercase, removing extra spaces, removing newlines, and removing numbers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published