Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 502 Bytes

textutils

This is my first website in django
This website is a combination of personal portfolio and a text analyzer

  • Personal Portfolio contains a landing page and an About page (designed just to make website a bit stylish)
  • A Text Analyzer tool (heart of this project) which has the following functions:-
    1. Count Characters in a given text
    2. Remove Punctuations in a given text
    3. Remove White Spaces in a given text