ChrisBlanks / AutomatedDrinkDispensingSystem

Desktop app written for senior design project 2018-2019

Home Page:https://pypi.org/project/AutomatedDrinkDispensingSystem/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a GUI (graphical user interface) application for controlling the Automated Drink
Dispensing System, which dispenses drinks from a set menu. The source code was built to run on a
Raspberry Pi 3 computer with the Raspbian OS, but it should be fairly compatible with other
environments.

The GUI source code heavily relies on the Tkinter API for the Tk widget toolkit and other common
Python libraries. The source code mainly deals with file IO, GUI management, and serial communication
to peripheral devices.

Note:
This package requires pil.ImageTk.

About

Desktop app written for senior design project 2018-2019

https://pypi.org/project/AutomatedDrinkDispensingSystem/

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%