A program I developed on my own for Azienda Agricola Trentina to manage the production of cheese, fully written with Python 3 and PEP8 compliant.
It stores data in a .csv
file and can manage it, generating a chart (using plotly).
- Make sure you have installed
python
andpip
. - Install the dependencies using
pip install -r requirements.txt
- Launch the script in the terminal using
python For_my.py
The program will ask the user to choose what to do:
- 1 → Set how much money you spent, how much milk you used and weekly earnings
- 2 → Get the total money spent
- 3 → Get the total liters of milk used
- 4 → Get the total net income
- 5 → Generate the chart showing both incomes and the liters of milk used
- 6 → Backup
data.csv
in Dropbox - 0 → Close the program
See the LICENSE file for license rights and limitations (MIT).
made with ❤️ by @rob93c