Skip to content

formazione/tkinter_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tkinter_tutorial

Colorpycker

Choose your color with tkinter and some scale widgets.

tkinter_pygame

Open 2 tkinter windows from a window of pygame

toplevel simple

A simple script to show how to use toplevel windows

new_window.py

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.

tkvideoaudio.py and tkvideoaudio_example.py

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)

image_show.py

Shows the 001.png image file in the same directory of the script.

link to the post for this script

pysitelauncher/pysitelauncher/py_site_launcher.py

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

blog

  • toolbar (make a toolbar for python)
    • pytoolbar.py
    • /icons

HTML TO PDF (html_to_pdf,py)

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.

Click to read the blog post

File browser (filebrowser.py)

This script let's your browse the files in a directory. Read the post about this file

About

snippets for tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors