# RP Contacts **RP Contacts** is a contact book application built with Python, Textual, and SQLite. ## Installation 1. Create a Python virtual environment ```sh $ python -m venv ./venv $ source venv/bin/activate (venv) $ ``` 2. Install the project's requirements ```sh (venv) $ python -m pip install -r requirements.txt ``` ## Run the Project ```sh (venv) $ python -m rpcontacts ``` ## About the Author Real Python - Email: office@realpython.com ## License Distributed under the MIT license. See `LICENSE` for more information.