Skip to content

konvio/python-contacts-cli-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts24

Contacts24 is a command-line interface for managing your contacts.

Requirements

  • Python 3.11
  • Poetry

Quickstart

  1. Install Contacts24 directly from PyPI:
pip install contacts24 --upgrade
  1. 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