Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.85 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.85 KB

CoffeeMachine

A simple coffee calculator

Languages License


Requirements

Category Value Additional Notes Installation
OS: Any
Python: 3.6+ Developped under 3.8.3, update if any problem occurs Python3
Python Librairies: os Default package, no need to install it
sys Default package, no need to install it
typing Default package, no need to install it
PySide2 NOT PART OF DEFAULT PACKAGES, NEED TO INSTALL MANUALLY PyPi: python3 -m pip install PySide2

Installation

Clone/Download this repository inside an empty folder:

  • Click the green download button and extract the .zip archive, or
  • Use GitHub Desktop, or
  • Inside a terminal, clone with the following command: git clone https://github.com/BourgonLaurent/CoffeeMachine

Usage

Run the file CoffeeMachine.py

  • Double-click the file, or
  • Inside a terminal, run the file using Python3: python3 .\CoffeeMachine.py