Skip to content

rob93c/For_my

Repository files navigation

For_my

Codacy BadgeGitHub top language PEP8 Build Status GitHub release Telegram GitHub

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).

Sample graphic preview

Installation

  • Make sure you have installed python and pip.
  • Install the dependencies using pip install -r requirements.txt
  • Launch the script in the terminal using python For_my.py

Overview

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

License

See the LICENSE file for license rights and limitations (MIT).

made with ❤️ by @rob93c