tkinter
Here are 2,091 public repositories matching this topic...
-
Updated
Jun 10, 2020 - Python
-
Updated
Jul 31, 2019 - Python
At the moment, we have replaced the base.html and nav.html files - this is no longer necessary. The new version of mkDocs allows blocks to be replaced:
https://www.mkdocs.org/user-guide/styling-your-docs/#overriding-template-blocks
Also, with the new change-log, I'm having to put my own DIVs in. Would like to introduce custom tags to generate the label and bug link.
-
Updated
May 30, 2018 - Python
improve csv import
*fix column header issues in preview
*handle arbitrary whitespace
-
Updated
Jan 12, 2020 - Python
https://github.com/eight04/ComicCrawler/blob/7ad079af4c8190837afa505cffe3b98cdce888e0/comiccrawler/io.py#L59-L60
https://docs.python.org/3/library/os.html#os.rename
I think we should change the procedure to:
- Rename the old file.
- Write new file.
- Delete the old file.
So it doesn't depend on os.replace.
-
Updated
Jan 24, 2020 - Python
-
Updated
Apr 14, 2020 - Python
Create and submit debian package
-
Updated
Jul 30, 2018 - Python
.match john adam
return example
good match but beware
try ways to make it more intelligent, rather than relying on pure randomness
take your time but make something cool, as always, if you need help, join us on discord!
-
Updated
Oct 6, 2019 - Python
-
Updated
May 4, 2019 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Nov 5, 2018 - Python
-
Updated
Sep 22, 2018 - Python
-
Updated
May 22, 2020 - Python
Improve this page
Add a description, image, and links to the tkinter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tkinter topic, visit your repo's landing page and select "manage topics."
Enhancement
This is just a naming suggestion for better understanding of the code. In the DrawText function of the Graph element, it would make more sense for the argument text_location to be renamed as the location_on_text as the value of the argument actually signifies the location of the point on the text.