GUI PROGRAMMING USING TKINTER to celebrate Translation Week By: Aula Jazmati
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 -
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
1
Testing 1:
Testing 2:
Testing 3:
Raspberry Pi Translation Week 2
Raspberry pi Testing :
Raspberry pi Testing : My code : https://gist.github.com/aula9/305dff3f9033e4a237b47232954c8875
Reference: https://www.python-course.eu/tkinter_entry_widgets.php https://www.python-course.eu/tkinter_labels.php https://www.sunfounder.com/learn/sensor-kit-v2-0-for-raspberry-pi-b-plus/lesson-10-buzzer-module-sensor-kit-v2-0-for-b-plus.html https://github.com/gumslone/raspi_buzzer_player/blob/master/buzzer_player.py https://www.14core.com/wiring-the-passive-active-buzzer-with-raspberry-pi/ https://gist.github.com/mandyRae/459ae289cdfcf6d98a6b My Codes: https://gist.github.com/aula9/2a0f60bffde758371f3958ac0a20eff3 https://gist.github.com/aula9/5789efd4fa4438f3168c33650852baac https://gist.github.com/aula9/305dff3f9033e4a237b47232954c8875
Raspberry Pi Translation ((Translation week celebrations)) https://projects.raspberrypi.org/en Many Thanks to : Raspberry Pi Foundation Translation Community Manager: Nina Szymor And all the team https://www.raspberrypi.org/translate/
Thank you #RPiTranslate