Posts

Showing posts from June, 2021

Gui Application (Software) in Python

Image
 Gui Application (Software) in Python INTRODUCTION                          Today there are many gui application we are using for regular purpose. These gui software usually created in java language. Now a days python becoming emerging language so any thing is possible to create in python language from web application to desktop application.  PYTHON GUI [Tkinter] Python Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk. Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one. ... Graphical User Interfaces with Tk, a chapter from the Python Documentation. MY PROJECT[All in one Pro] This is the work created by me with the help of Python Tkinter which helps to do some file operations available through online or any other compact software.   Tkinter is handy is creating the G...