A collection of basic python application built in GUI libraries like Tkinter and PyQT which I built while learning GUI development using python.
- Calculator GUI
- A simple GUI for calculator for basic math operations.
- Calendar GUI
- Shows calendar of a specific year specified by the user.
- Doodler
- A simple doodling board where you can draw random stuff and shapes.
- JPEG to PNG Converter
- Converter tool using Pillow and Tkinter
You will use Tkinter
python module if required, install it using following pip command.
pip install tk