This is a Python3 application that I'm developing to control a custom made oven. PyQt library has been used for GUI development.
The application will be deployed on a Raspberry Pi 4 and displayed on a touchscreen monitor.
π¨βπ» WIP
- MAX6675 π¨βπ» WIP
- Adafruit BMP python library. Used to control a BMP180 module. Follow link for installation guide.
- PyQt5 GUI development library. Precisely, version 5.13.2 has been used.
To run the application, simply navigate into root directory and execute:
python3 main.pyπ¨βπ» WIP
.
βββ components # Auxiliary components (custom implementation of existing components)
βββ controller # Application logic files
βββ resources # Application resources
βββ ui # Graphical user interface files
βββ utils # Declaration of variables (ready to import and use)
βββ main.py # Application entry point
βββ LICENSE
βββ README.md
This project is licensed under the MIT License - see the LICENSE file for details