0% found this document useful (0 votes)
8 views1 page

Python Tkinter Star Drawing Code

Uploaded by

dom hez
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Python Tkinter Star Drawing Code

Uploaded by

dom hez
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Python code star

import tkinter

import [Link]

class star:

def __init__(self):

self.main_window = [Link]()

[Link] = [Link](self.main_window,width=400,height=400)

[Link].create_line(200,35,296.98,333.48,43.076,149.2,356.924,149.2,103.02,333.48,200,35)

[Link]()

[Link]()

_star = star()

You might also like