Create GUI App with Tkinter and SQLite - Step by Step Python Tutorial for Beginners

Create GUI App with Tkinter and SQLite - Step by Step Python Tutorial for Beginners

Python Simplified via YouTube Direct link

- intro

1 of 31

1 of 31

- intro

Class Central Classrooms beta

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

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.