A collection of Python desktop applications built with Tkinter, demonstrating progressive GUI development from simple windows through to fully functional applications with file I/O and menus.
# canvas = tk.Canvas(window, bg = 'white', scrollregion = (0,0,2000,5000)) # canvas.create_line(0,0,2000,5000, fill = 'green', width = 10) ...