Contacts24
Contacts24 is a command-line interface for managing your contacts.
Requirements
Quickstart
- Install Contacts24 directly from PyPI:
pip install contacts24 --upgrade
- Run Contacts24
python -m contacts24
Installation from Source Code
If you want to run Contacts24 from the source code, you can clone the repository and set up a Poetry environment:
Clone the repository
git clone https://github.com/konvio/python-contacts-cli-2024
cd python-contacts-cli-2024
Configure Poetry
poetry config virtualenvs.in-project true --local
poetry env use 3.11
Install dependencies and run the program
poetry install
poetry run python main.py