Presentation is loading. Please wait.

Presentation is loading. Please wait.

GUI PROGRAMMING USING TKINTER to celebrate Translation Week

Similar presentations


Presentation on theme: "GUI PROGRAMMING USING TKINTER to celebrate Translation Week"— Presentation transcript:

1 GUI PROGRAMMING USING TKINTER to celebrate Translation Week
By: Aula Jazmati

2 Using Labels and Entry Widgets in Python Tkinter to celebrate Raspberry Pi Translation Week
The last week in September is the International Interpreters and Translators Week -

3 GUI PROGRAMMING USING TKINTER
The primary GUI toolkit we will be using is Tk, Python’s default GUI. We’ll access Tk from its Python interface called Tkinter (short for “Tk interface”). Tk is not the latest and greatest, nor does it have the most robust set of GUI building blocks, but it is fairly simple to use, and with it, you can build GUIs that run on most platforms. Introduction This object is created by the Tk class in Tkinter and is instantiated as follows: for python 2 sudo apt-get install python-tk for python 3 sudo apt-get install python3-tk >>> import tkinter >>> top = tkinter.Tk() you just need to use the following to install the tkinter for python3: sudo apt-get install python3-tk

4

5 1

6

7 Testing 1:

8 Testing 2:

9 Testing 3:

10 Raspberry Pi Translation Week
2

11 Raspberry pi Testing :

12 Raspberry pi Testing : My code :

13 Reference: My Codes:

14 Raspberry Pi Translation ((Translation week celebrations))
Many Thanks to : Raspberry Pi Foundation Translation Community Manager: Nina Szymor And all the team

15 Thank you #RPiTranslate


Download ppt "GUI PROGRAMMING USING TKINTER to celebrate Translation Week"

Similar presentations


Ads by Google