It's A tool for analyzing and Correcting text data using python Django backend
It is a simple django project or website in which we can Analyze text and perform the fuctions shown below.
- Remove Punctuations from the text
- UPPERCASE the given text
- Remove the extra and unwanted Lines from the text
- Remove the extra and unnecessary Spaces from the text
- Remove the Numbers from the text which results in the neat and clean readable output text.
PLEASE FEEL FREE TO FORK THE PROJECT AND START CONTRIBUTING. this project is still in devlopment phase :)
Just type your text in the box and select one or more oprations that you want to perform and then click on the Submit
button to get the your clean and Analysed Text.
Your laptop with python 3.6.x (onwards) installed.
NOTE: Those with Linux and MacOSX would have Python installed by default, no action required.
Windows: Download the version for your laptop via https://www.python.org/downloads/
NOTES In your preferred editor, make sure indentation is set to "4 spaces".
- Make sure you have Django installed in python otherwise code may fail, to install Django in your machine > open python in your terminal then type
pip install django
to install.⚠️
- Clone or download repositiory: https://github.com/arevish/Text-Utilities.git
- In source folder, run
python manage.py runserver
to start program, optionally, run with--help
argument to see other runtime options.