A Python-based GUI application for transforming text into various formats using the Tkinter library.
- Sentence case: Capitalizes the first letter of the text.
- lower case: Converts all characters to lowercase.
- UPPER CASE: Converts all characters to uppercase.
- Capitalized Case: Capitalizes the first letter of each word.
- aLtErNaTiNg cAsE: Alternates the case of each character.
- Title Case: Capitalizes the first letter of each word, suitable for titles.
- Remove characters: Removes specified characters from the text.
- Replace characters: Replaces specified characters with another string.
- Remove duplicates: Removes duplicate words from the text.
-
Clone the repository:
git clone https://github.com/Crypt0xin/TextConverterToolbox.git
-
Navigate to the project directory:
cd TextConverterToolbox -
Install the required dependencies:
pip install -r requirements.txt
Run the script to launch the GUI:
python TextConverterToolbox.py