A personal database interface with Python (Tkinter) and Sqlite3. It was made for a family entrepreneurship.
- Create/Find/Delete sales.
- Monthly/Yearly/Daily stadistics.
- "COPIA DE SEG" -> A backup folder of different versions with date.
- "Img" -> That folder contains images required for the app.
- __pycache__ -> Simply ignore.
- build/UI -> Files generated when building this database interface.
- dist/UI -> Files generated for the distribution of the app. It has a "UI.exe" file, which is the app.
- "Proyecto3.png" -> A simply image, showing the database interface.
- "UI.py" -> Python file which contains the entire code.
- "UI.py" -> Ignore.
- art001 -> Is the database file, created by Sqlite3. This contains the sale's data.