An open API service indexing awesome lists of open source software.

https://github.com/himanchal-103/textmanipulator

TextManipulator is a web-based application built using Django, MySQL, HTML, and CSS. This application allows users to input text and perform various text processing operations on the provided string.
https://github.com/himanchal-103/textmanipulator

django sql sqlite3

Last synced: about 2 months ago
JSON representation

TextManipulator is a web-based application built using Django, MySQL, HTML, and CSS. This application allows users to input text and perform various text processing operations on the provided string.

Awesome Lists containing this project

README

          

# TextManipulator
TextManipulator is a web-based application built using Django, MySQL, HTML, and CSS. This application allows users to input text and perform various text-processing operations on the provided string.

# Features
TextManipulator provides the following text-processing operations:

1. Remove Punctuations: Remove all punctuation characters from the input text.
2. Change to Uppercase: Convert all characters in the text to uppercase.
3. Remove New Lines: Eliminate newline characters from the text.
4. Remove Extra Spaces: Replace multiple consecutive spaces with a single space.
5. Character Count: Calculate and display the number of characters in the text.