It is my first program: a v0 without screens (it only works in terminal).
A program to help you decide where to go to eat outside. You can register places, add price level and food's category. You also can list the places already registered.
So when you can't decide where you want to go, the program will help you showing a random registered place.
python3
postgreSQL
psycopg2
- Use
db.sql
to create the data table - Make a copy of the file
example_config.py
and name itconfig.py
- Change the infos of the copied file
If you don't know portuguese, please use the file letsgooutv0_en.py
- Python 3
- PostgreSQL using pgAdmin4
- psycopg2 (library to connect Python to PostgreSQL)
- Improve database struct
- Add aleatory draw with filter by price and/or category
- Create screens
- vmunhoz to teach me a basic of database and to help me with the psycopg2 commands