TextUtils is a simple, open-source Django web app that allows users to perform various text transformations.
Itβs a handy tool for quick text cleanup and formatting tasks.
- π‘ Convert text to UPPERCASE
- β Remove punctuations
- β Remove extra spaces
- β©οΈ Remove new lines
- β‘ Instant processing in the browser
- Python 3.8+
- pip (Python package manager)
- Django (latest version recommended)
- Clone the repository:
git clone https://github.com/Usman-bin-Khalid/Text_Utils_Django_Website.git cd TextUtils