Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 863 Bytes

python-gui-demos

This repo contains the basic demonstration of python gui Programs are based on use of tkinter python module. I have tried to show the use of various UI functionalities using tkinter python3.6

This should be helpful for someone who wants to develop the desktop app using python. tkinter is amazingly simple and allow various UI designs.

For more details, refer the tkinter documentation https://wiki.python.org/moin/TkInter

Feel free to contact me, if you need any kind of input. I will be happy to discuss. I invite anyone interested to contribute.

If you find this work useful please cite it as:

@misc{pythonguidemos,
  author = {Deshpande, Aditya M.},
  title = {python-gui-demos},
  year = {2017},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/adipandas/python-gui-demos}},
}