-
-
Notifications
You must be signed in to change notification settings - Fork 2
Customization
William edited this page Sep 11, 2022
·
2 revisions
You can easily update and customize the Python Logo Widgets. This will require a text editor.
- Open the respective Python file.
- Navigate to the line beginning with
window.title
. - Edit the text between the
" "
with the new window title. - Save and run the program (
F5
).
- Download the image (with the author's permission), as a
.gif
file. - Save the image to the
imgs
folder in your program's root directory. - Open the respective Python file.
- Navigate to the line beginning with
img
. - Edit the text between the
file = " "
with the new path to the image. - Save and run the program (
F5
).
- Open the respective Python file.
- Navigate to the line beginning with
label
. - Edit the text between the
bg = " "
with a different image background color. -
Optional: Add other customization options found in the Python
Tkinter
docs. - Save and run the program (
F5
).
Want to make a change? Open an issue!
Want a basic overview? Read the README
.
Want to download the project? Head to the Releases page.
Want to start contributing? Open an Issue or a Pull Request.