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