Skip to content

diegocode/python-gui-tkinter-examples

Repository files navigation

tkinter examples

Examples using tkinter + python3.

  • botones_colores

    tk_botones_colores.py: Colours, decoration, hover effect, etc.

    botones colores

  • canvas

    • tk_canvas_rects.py

    canvas_rects

    • tk_canvas_pie_chart.py

    canvas_pie

    • tk_canvas_images.py

    canvas_image

  • dados

    • tk_dados_text.py: Very simple game. Generate N random numbers between 1 and 6 each time the platyer press a button

    The number of numbers ("dices") can be changed with only one variable (CANT_DADOS)

    dados

  • list

    • tk_list.py: Add and remove items from a ListBox.

    MessageBox, focus, keyboard shortcuts.

    list

  • open_view_file

    tk_open_view_file.py: Lets you choose a text file (with askopenfilename) and presents it on a Text widget

    openview

  • saludador

    saludador.py: Basic application using Button, Label, Entry, Checkutton

    saludador

  • tic_tac_toe

    tictactoe.py: tic-tac-toe game

    tictactoe

  • widgets

    • tk_optionmenu.py: example with optionmenu widget

    optionmenu

    • tk_radiobutton.py: example with radiobutton widget

    radiobutton

About

Examples using tkinter + python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages