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.
- Host: GitHub
- URL: https://github.com/himanchal-103/textmanipulator
- Owner: himanchal-103
- Created: 2023-11-01T04:54:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T05:02:11.000Z (over 2 years ago)
- Last Synced: 2025-06-16T00:13:38.240Z (about 1 year ago)
- Topics: django, sql, sqlite3
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.