Choose your color with tkinter and some scale widgets.
Open 2 tkinter windows from a window of pygame
A simple script to show how to use toplevel windows
This script create 3 window pop up when the script is launched to show how the Toplevel class work in order to make new windows on top of the main one.
Implementation of audio to the tkvideo module that let's you see a video into a label of tkinter. You can install tkvideoaudio to simplify code with:
pip install tkvideoaudio@git+https://github.com/formazione/tkvideoaudio
tkvideoaudio_example.py shows the code to run a video (change the name / path of the video with the name of your video)
Shows the 001.png image file in the same directory of the script.
link to the post for this script
This one creates a GUI with buttons that opens links on the web or other stuffs,
simply writing the text, the address and the png file for the button in an
external file called sites.site and saving the png file in a folder called icons.
Goal: make a nice GUI to reming you of sites and stuffs you're working on and to
make it with less code
# video
https://youtu.be/HM6R1LCyqAQ
- toolbar (make a toolbar for python)
- pytoolbar.py
- /icons
Write html code and get a pdf. Gotta install pdfkit and give the
path of the wkhtmltopdf.exe that come with the installation. Have fun.
This script let's your browse the files in a directory. Read the post about this file








