HarshShroff / TextUtils

A web tool to analyse and process text using Django backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextUtils

A web tool to analyse and process text using Django backend.
This is my first website built with Django. This website is all about changing the input text, such as removing punctuation, capitalization, newlines, and extra spaces. All of these operations are carried out on the backend using Python.

Features:

  • Capitalization
  • Remove newlines
  • Remove extra spaces
  • Remove punctuations

Future Features:

  • Sentense case
  • Adding pumctuations
  • Capitalizing each word
  • Text effects like Bold, Italic, Strikethrough, etc.

Requirements:

  • Django - pip install Django
  • HTML and basics of python

How to run?

  1. Clone or download this repo to your system.
  2. Open terminal or cmd and cd into /Textutils/.
  3. Type python manage.py runserver in terminal or cmd and hit enter.
  4. Go to http://127.0.0.1:8000/ from your browser to view the webpage.
    • It will look similar to this

How to use?

  1. Enter the text you want to change in the textbox on http://127.0.0.1:8000/ (see How to run?).
  2. Select what you want to do with your text, i.e, Features.
  3. Click the Analyze Text button and view your analyzed text.
    • It will look similar to this

How it looks like?

Home page

Home

Analyzed text

Analysis

About

A web tool to analyse and process text using Django backend.


Languages

Language:HTML 60.1%Language:Python 39.9%