Create a config.yml
file to configure the postgresql server tha application shall connect to:
'host': 'XXX'
'database': 'XXX'
'user': 'XXX'
'password': 'XXX'
python3 -m venv venv
pip3 install psycopg2-binary
venv/bin/pip install psycopg2-binary
Small tkinte application to handler the stuff in a garage/home
Python