Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 855 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 855 Bytes

Text-Utilize

Welcome to my first Django project! This web application allows you to manipulate text by removing unnecessary marks, omitting extra lines, and spaces.

Features

  • Text Manipulation: Easily remove unnecessary marks, omit extra lines, and clean up extra spaces in your text.

Getting Started

To run this Django project on your local machine, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/shukur-alom/Text-Utilize.git)https://github.com/shukur-alom/Text-Utilize.git
    
  2. Install Dependencies:

pip install -r requirements.txt
  1. python manage.py runserver
python manage.py runserver
  1. Access the Application:

Open a web browser and go to http://localhost:8000/ to access the project.

Usage

Navigate to the text manipulation feature to clean up your text.