Hi! In this video, you'll learn how to easily create a slider in Python. We'll build a small graphical user interface using tkinter. New tutorials are released every week, so it's worth subscribing! :) Have fun!
Hi! In this video, you'll learn how to easily create a slider in Python. We'll build a small graphical user interface using tkinter. New tutorials are released every week, so it's worth subscribing! :)
My donation hat (Thank you!)
💰 PayPal -- https://www.paypal.com/paypalme/okadf
☕ Buy me a Coffee -- https://www.buymeacoffee.com/chrischma
🛡️ Patreon - / chrischma
Timecodes:
00:00 Welcome
00:25 What we'll do today...
00:49 Open source code editor and create file
01:00 Import tkinter
01:23 Create main window with Tk()
01:44 Start mainloop with mainloop()
01:56 Create slider with Scale()
02:15 Set parameters: main, from_, to, and orient
03:12 Create function for slider with get()
04:15 Create button with Button()
04:33 Set parameters: main, text, command
05:24 Add elements to window Laying with pack()
05:50 Test and Farewell
Source code:
https://github.com/chrischma/Programm...
+++ FAQ and Sources +++
What audio setup do you use?
Microphone: Rode Procaster
Interface: Steinberg UR22mkII
Stand: K&M 21060 / K&M 2150
Shock mount: Rode PSM1
Windscreen: Rode WS2
What do you use to record your video?
OBS: https://obsproject.com/de
Camera: Internal MacBook Webcam
What do you use to program?
Computer: MacBook Pro (Retina, 13", Late 2013)
Editor: Sublime Text 3 https://www.sublimetext.com/
Console: Mac Terminal
Cloud Services: https://colab.research.google.com or https://jupyter.org/
+++ Further videos on the topic of #Python: +++
/// Preparations
Installing Python • Python installieren Mac (VIDEOBESCHREIBUNG...
Our first command: Hello World • Unser erster Befehl - "Hello World" in Pyt...
Starting a script • Python Script starten Mac / Windows 🖥️ | ...
/// Basics
Integers • Python Tutorial | Was ist eigentlich ein I...
Arrays • Python Tutorial | Array 💡 und Liste | (Deu...
Listens • Video
Listen II: Len and Pop • Video
Objects and Classes • Python Tutorial | Objekte, Klassen, __init...
Manipulating Strings • Python Tutorial | Strings manipulieren! D...
f-Strings • Python Tutorial | F-Strings 🚕| (Deutsch, #19)
For Loops • Video
While Loops • Video
Correct Commenting • Python Tutorial | Multiline Comments ✍️ (u...
Graphical User Interfaces with TKinter 1 • Video
Graphical User Interfaces with TKinter 2 • Python Tutorial | Tkinter II | Buttons
Graphical User Interfaces with TKinter 3 • Python Gui Tutorial: Slider mit Tkinter | ...
/// Application Examples
Siri / Text to Speech • Siri (Text to Speech) mit Python 🗣️| Tutor...
Using Pauses with time.sleep • Python Tutorial | Pausen 💤nutzen | (Deutsch)
Timer / Measuring Time • Python Tutorial | Timer / Zeit ⏰ messen | ...
Retro Terminal Menu with Click() • Python Tutorial | Retro Menu mit CLICK | "...
Recording Sound • Python Tutorial | Sound aufnehmen 🔴 | (De...
Simple Charts • Python Diagramm erstellen 📈 | Einfaches Tu...
Simple API Requests • Python API Request | Tutorial (Deutsch) fü...