Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 543 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 543 Bytes

Hello! This is GWE's TkTemplate, a simple Tkinter template that includes a menubar and an updater.
This template was created from RBEditor's codebase, and was made to follow the PEP 8 standard with the help of the PyCharm IDE. (note: not sponsored)

Features

  • A menubar
  • An updater
  • A debug dialog (binded to F12 by default)
  • Follows the PEP 8 standard
  • Compatible with Python 3.6 and up
  • Designed for use with GitHub repositories