GUI All Connected
GUI All Connected
PROGRAMMING
GUI
PROGRAMMING
BEYOND & BETWEEN
logic.
TKINTE
R
PYTHON PROGRAMMING
What are
GUI’s
GU
I
A graphical user interface (GUI) refers
to the user facing component of an
application.
Basically what users interact with...
(front-end)
TKINTE
R
STRUCTURE OF SOFTWARE
APPLICATIONS
GU
I
The most popular software's you have
seen have whole UI/UIX teams behind
them ..
These people make it possible to
get you glued to whatever you
using..
TKINTE
R
Basics
- syntax, variables, datatypes, basic
arithmetic Intermediate
- data structures (lists, tuples,
dictionaries, sets)
- if statements, loops
Advanced : functions, OOP, file
handling.. WHAT YOU K N O W SO
FAR..
PYTHON PROGRAMMING
How do you
create the
interface
GU
I
Python has a library named Tkinter , it
makes it possible to create GUI’s
TKINTE
R
. Import Library
. Create
instance
Multi-line text
input, used to
collect a lot of
data from
interface
PYTHON PROGRAMMING
How do you
connect logic to
the interface
GU
I
Create a simple
interface that saves
the course and
regno..
TKINTE
R
GU
I
TKINTE
R
GU
I
Created an open source package, that
eases database management.. dstore-orm
dstore-
orm
QUESTION
S..