Skip to content

Latest commit

 

History

History
 
 

README.md

RP Contacts

RP Contacts is a Contact Book application built with Python, PyQt5, and SQLite.

Running the Application

To run RP Contacts, you need to download the source code. Then open a terminal or command-line window and run the following steps:

  1. Create and activate a Python virtual environment
$ cd rpcontacts/
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
  1. Install the dependencies
(venv) $ python -m pip install -r requirements.txt
  1. Run the application
(venv) $ python rpcontacts.py

Note: This application was coded and tested using Python 3.8.5 and PyQt 5.15.2.

Release History

  • 0.1.0
    • A work in progress

About the Author

Leodanis Pozo Ramos – @lpozo78[email protected]

License

Distributed under the MIT license.