Personal Assistant is a Python application with CLI interface designed to help you organize your contacts and notes efficiently.
- Saving contacts with names, addresses, phone numbers, email, and birthdays.
- Verifying the correctness of entered phone numbers and email addresses.
- Editing or deleting existing contacts.
- Searching for contacts in the contact book.
- Displaying a list of contacts whose birthday is a specified number of days from the current date.
- Saving notes with text information.
- Adding tags to notes to describe their topics and subjects.
- Searching for notes using keywords (tags).
- Editing or deleting existing notes.
- Sorting files in specified folders by categories such as images, documents, videos, etc.
- To install this package, open the terminal in your code editor and type: pip install personal-cli-assistant
Open the terminal; Type: start_cli; Command Line interface give you all hints to make different actions.
- Run the application:
python main.py - Follow the on-screen instructions to navigate through different features.
- Manage contacts, notes, and files easily using the interactive interface.
- Python 3.x
- Additional dependencies specified in requirements.txt
This project is licensed under the MIT License - see the LICENSE.md file for details.
contact add set delete find findbyid phone add edit delete birthday show notes add set delete find findsubject sorttag show filesort