Skip to content

Welding-Torch/Tkinter

Repository files navigation

Tkinter

A collection of Tkinter Programs that I've written.

Programs

File Name Title Description
originalcalc.py Original Calculator Made in Tkinter
calculator.py Calculator Made in CustomTkinter
/1stTkDesignTest/build/gui.py MPR Project A Demonstration of Different Hashing Techniques

Python In Easy Steps Programs

Building Interfaces

File Name Title Description
pg155.py Responding To Buttons
pg157.py Displaying Messages
pg159.py Gathering Entries
pg161.py Listing Options
pg162.py Polling Radio Buttons
pg164.py Checking Boxes
pg166.py Adding Images

Developing Applications

File Name Title Description
pg171.py Generating Random Numbers
pg172.py Planning The Program
pg174.py Designing The Interface
pg176.py Assigning Static Properties
pg177.py Initializing Dynamic Properties
pg178.py Adding Runtime Functionality
setup.py Freezing The Program Build using python setup.py build. Distributable made using python setup.py bdist_msi.

Free Code Camp Tutorial

File Name Title Description
fcc1.py Intro to Tkinter
fcc2.py Positioning With Tkinter's Grid System
fcc3.py Creating Buttons
fcc4.py Creating Input Fields
fcc5.py Simple Calculator
fcc6.py Using Icons, Images, and Exit Buttons
fcc7.py Build an Image Viewer App
fcc8.py Adding A Status Bar
fcc9.py Frames
fcc10.py Radio Buttons
fcc11.py Message Boxes
fcc12.py Create New Windows
fcc13.py Open Files Dialog Box
fcc14.py Sliders
fcc15.py Checkboxes
fcc16.py Dropdown Menus
fcc17.py Using Databases
fcc18.py Building Out The GUI for our Database App
fcc19.py Delete A Record From Our Database
fcc20.py Update A Record With SQLite
fcc21.py Build A Weather App
fcc22.py Change Colors in our Weather App
fcc23.py Add Zip Code Lookup Form
fcc24.py Matplotlib Charts

About

A collection of Tkinter Programs that I've written

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages