Skip to content

rob93c/For_my

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb61ec0 · Dec 18, 2021

History

74 Commits
Apr 28, 2021
May 23, 2019
May 27, 2019
May 22, 2019
May 23, 2019
May 24, 2019
May 31, 2019
May 15, 2019
Dec 18, 2021
May 23, 2019
May 25, 2019
May 25, 2019
May 22, 2019

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