-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6bed62
commit d66d1f0
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Hello! This is **GWE's TkTemplate**, a simple Tkinter template that includes a menubar and an updater. | ||
This template was created from [RBEditor](../../rbeditor)'s codebase, and was made to follow [the PEP 8 standard](https://peps.python.org/pep-0008/) with the help of [the PyCharm IDE](https://www.jetbrains.com/pycharm/). *(note: not sponsored)* | ||
This template was created from [RBEditor](../../../rbeditor)'s codebase, and was made to follow [the PEP 8 standard](https://peps.python.org/pep-0008/) with the help of [the PyCharm IDE](https://www.jetbrains.com/pycharm/). *(note: not sponsored)* | ||
|
||
# Features | ||
- A menubar | ||
- An updater designed for GitHub repositories | ||
- 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 |