Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 640 Bytes

Python_GUI_Tools

A collection of basic python application built in GUI libraries like Tkinter and PyQT which I built while learning GUI development using python.

Available tools in collection -

  • 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

Dependencies

You will use Tkinter python module if required, install it using following pip command.

pip install tk