Diet Check is a simple yet helpful desktop application designed to give dietary advice based on the user's sugar level. Originally developed as a 12th standard school project using the Tkinter library, this application has been upgraded to utilize CustomTkinter for an enhanced modern user interface.
- User-friendly dark-themed interface
- Sugar level input and dietary recommendation
- Alerts for critical sugar levels
- Suggestions for high-protein and fiber-rich foods
- View additional food options
- Reset functionality
- Appearance mode (Light/Dark/System) switching
- UI scaling option
- Python
- CustomTkinter
A special thanks to Tom Schimansky, the founder of CustomTkinter, for creating this amazing library. Check out his work on GitHub.
The application uses a custom icon: dicon.ico
Ensure you have Python 3.x installed along with CustomTkinter:
pip install customtkinterRun the application:
python dietcheck2.pyTo convert the application into an executable (.exe) file, you can use PyInstaller:
- Install PyInstaller:
pip install pyinstaller- Create the executable:
pyinstaller --onefile --windowed --icon=dicon.ico dietcheck2.pyThis will generate an executable in the dist folder.
This application is for dietary advice only and should not replace professional medical consultation. Users with critical sugar levels should seek medical attention.
This project is for educational purposes and personal use.