Text Tool is a versatile command-line utility for analyzing and modifying text. It provides a variety of features such as text encryption and decryption, case conversion, removal of numbers or extra spaces, and email extraction. Additionally, it can count characters, words, and sentences, and allows for the registration of users with name and email.
- Text Analysis: Count the number of characters, words, and sentences in a given text.
- Text Modification: Convert text to upper or lower case, remove numbers, and clean up extra spaces.
- Encryption and Decryption: Securely encrypt and decrypt text using a basic Caesar cipher.
- Email Extraction: Find and display all email addresses present in the text.
- User Registration: Register members with their names and email addresses and display their information.
- A C++ compiler (e.g., GCC)