Simple CLI assistant with contacts and notes management features.
Project description
📒 Contacts and Notes Manager
A simple CLI application for managing your personal contacts and notes. Designed to keep your address book and daily thoughts organized and accessible.
📌 Menu
Features
👥 Contact Management
- Add contacts
- Store, edit, delete phone numbers per contact
- Store, edit, delete contact's email
- Store, edit, delete contact's birthday
- Store, edit, delete contact's address
- Track upcoming birthdays in defined days
- Search contacts by name (partial or full match) and phone
📝 Notes Management
- Add, edit, and delete notes
- Tag notes with keywords
- Search notes by title (partial or full match)
💾 Persistance Feature
- Store contacts and notes into files on your disk.
Installation
Suggestion: You can create a virtual environment to use the package encapsulated from the system-wide Python on your OS:
python -m venv .venv
- Run command to install package:
pip install project-rV5P74d8
ENV variables
If variables are not set, files will be create by default in current branch with default name.
- ADDRESS_BOOK_FILE_NAME: custom path to address book file.
- NOTE_BOOK_FILE_NAME: custom path to note book file.
- Run application:
cli-assistant
Alternatively, you can run assistant with your file path using next command example:
ADDRESS_BOOK_FILE_NAME=<address_book_file_path> NOTE_BOOK_FILE_NAME=<note_book_file_path> cli-assistant
Command Reference
| Command Name | Description |
|---|---|
| help | Show list of available commands |
| show_all | Show all contacts info (name, phones, email, address, birthday) from the contact book. |
| create_contact | Create a contact with name and phones (optional, separated by comma) from the contact book. |
| find_contact | Find a contact from the contact book by full or partial name. |
| find_contact_by_phone | Find a contact from the contact book by phone. |
| edit_name | Edit a contact name. |
| delete_contact | Delete a contact from the contact book. |
| show_phones | Show all contact's phones. |
| add_phone | Add phones, separated by comma, to contact. |
| edit_phone | Edit contact's phone. |
| delete_phone | Delete contact's phone. |
| birthdays | Show upcoming contact birthdays within the specified number of days from today. |
| show_birthday | Show all contacts' birthdays, matched by name partially or full. |
| add_birthday | Add contact's birthday. |
| add_email | Add contact's email. |
| edit_email | Edit contact's email. |
| delete_email | Delete contact's email. |
| add_address | Add contact's address. |
| edit_address | Edit contact's address. |
| delete_address | Delete contact's address. |
| show_notes | Show all notes. |
| search_note_by_tag | Search notes by tags. |
| add_note | Add note with title and description. |
| find_note | Find notes by title, matching partially or fully. |
| update_note | Update note by title, matching partially or fully. |
| delete_note | Delete note by title, matching partially or fully. |
| add_tags_to_note | Add tags by note title, matching partially or fully. |
| update_tags_from_note | Update tags by note title, matching partially or fully. |
| exit / close | Close the app. |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file project_rv5p74d8-1.0.6.tar.gz.
File metadata
- Download URL: project_rv5p74d8-1.0.6.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0e59dde0861a2179a291a94dfb7ea13891b0580b14dadcb59e64907766742cd
|
|
| MD5 |
cc51b46c82c4a1f64ef6bbe3fb638840
|
|
| BLAKE2b-256 |
df7236b9612946b9028e5c9e6f7d0c559964821ea2bd1e6cf052ae912c883f2e
|
File details
Details for the file project_rv5p74d8-1.0.6-py3-none-any.whl.
File metadata
- Download URL: project_rv5p74d8-1.0.6-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a222ba7202aa7bd280ca541db633cc13f4d4314eb8f173e15267015008276c3b
|
|
| MD5 |
6267acadce1590b530a34e1cb736ca69
|
|
| BLAKE2b-256 |
89716ef4d71f30557bfa17a72452ff8ee220697b742ae77b276b2f1ee61efc7b
|