parent
e27769c8f3
commit
7702a0bea3
BIN
assets/icons/logo-dt.png
Normal file
BIN
assets/icons/logo-dt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
3
main.py
3
main.py
@ -1,5 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
from tkinter import PhotoImage
|
||||
|
||||
import customtkinter
|
||||
|
||||
@ -16,6 +17,8 @@ def main():
|
||||
root = customtkinter.CTk()
|
||||
root.title("Drawing Training!")
|
||||
root.geometry("300x600")
|
||||
icon = PhotoImage(file="assets/icons/logo-dt.png")
|
||||
root.iconphoto(True, icon)
|
||||
|
||||
App(root)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user