Welcome to Text Modifier, a simple yet powerful Python program that allows users to perform various string-related operations directly in the terminal.
β Convert text to:
- UPPERCASE
- lowercase
β Replace words in a sentence
β Check if a word is a palindrome
β Count:
- Number of characters (excluding spaces)
- Number of words
β Reverse any string
β Easy exit functionality
-
Clone this repository or download the file
text_modifier.py -
Run the script in your terminal or code editor:
python text_modifier.py