Skip to content

gamingwithevets/tktemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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