- python3 -m venv venv
- .\venv\Scripts\activate
- pip3 install customtkinter sqlalchemy
- pip3 freeze > requirements.txt
Atleast two tables: Articles and Inventory Articles: 1. ID 2. articlenumber 3. name 4. purchase_price 5. selling_price Inventory: 1. ID 2. articlenumber 3. location 4. stock