RP Contacts is a Contact Book application built with Python, PyQt5, and SQLite.
To run RP Contacts, you need to download the source code. Then open a terminal or command-line window and run the following steps:
- Create and activate a Python virtual environment
$ cd rpcontacts/
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $- Install the dependencies
(venv) $ python -m pip install -r requirements.txt- Run the application
(venv) $ python rpcontacts.pyNote: This application was coded and tested using Python 3.8.5 and PyQt 5.15.2.
- 0.1.0
- A work in progress
Leodanis Pozo Ramos – @lpozo78 – [email protected]
Distributed under the MIT license.