Completed
- Thanks for watching! :
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Create GUI App with Tkinter and SQLite - Step by Step Python Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - intro
- 2 - starter files and wireframe
- 3 - create empty Tkinter window
- 4 - run Tkinter app
- 5 - set window title
- 6 - center window on the screen Eval method
- 7 - create Frame widget with custom width, height and background
- 8 - center window with Geometry method alternative approach
- 9 - create image widget
- 10 - center widgets in frame with pack propagate
- 11 - create Label widget
- 12 - fonts in Tkinter
- 13 - create Button widget
- 14 - change cursor to pointing hand
- 15 - button callback and why lambda is important
- 16 - add padding around widgets
- 17 - code refactoring
- 18 - connect SQLite database file
- 19 - database architecture walkthrough
- 20 - select all table names of a database with SQL
- 21 - fetch random database tables with SQL and NumPy
- 22 - fetch table records
- 23 - preprocess table name and records
- 24 - conditional list comprehension
- 25 - switch between frames
- 26 - remove widgets from frame
- 27 - sticky remove white corners
- 28 - label background in full window width
- 29 - use CUSTOM FONTS in Tkinter
- 30 - Pyglet
- 31 - Thanks for watching! :