Authorpythonprogramming
Facial recognition python dafluffypotato
Whatch this interesting video of a new project by dafluffypotato
[...]
An example with azure new theme for tkinter
REPOSITORY Other post about azure Other themes for tkinter There are also third-party themes, a list of which can be found here:Themes that use
[...]
Remove all silences from mp4 videos
I found this script very useful and it made a 10 minutes video to be 5 minutes long without noticing any change into
[...]
Animate gif in tkinter
If you want to see an animated gif in tkinter use this script the output is visible in this repl https://repl.it/@EducationalChan/WastefulSoupyFactors and in
[...]
Drum kit with Pygame…. ultra basic drum machine
This is the most simple drum machine ever… And there is a video too… Notice that there is not a great timing, but
[...]
Drum kit with Arduino and Python
Let’s make some noise with python and arduino.
[...]
What day is… today?
Here is how to find what day name is today or … whenever…
[...]
Insert a list of data into Excel with xlsxwriter
Ok, if you want to insert a list of lists of data into Excel, you got to use the following scritp using wlsxwriter
[...]
Tkinter advanced: Minicalculator on Repl.it
Tkinter minicalculator new code
[...]
Tkinter: root.after to run the code after an interval of time
How to run some code after some seconds with ‘after’. See the code in action https://repl.it/@EducationalChan/newtkinter?lite=true
[...]