The tasks in this section are designed to bring out the artist in you!
Tkinter is a library which allows you to draw and create user interfaces. Below is some code to draw an X on the screen Your task is to take this code and modify it to allow you do draw your initials. You should only use create_line and tkinter. You need to log in or create […]
The pattern above can be generated using a while loop. Your task is to use a while loop to draw it! Your answer will only be accepted if the bulk of the drawing happens in a loop. The code below should help you get tkinter working. You need to log in or create an account […]
Time to show your happy face! You need to draw a happy face using tkinter and canvas. You can find more information about how to use tkinter at http://infohost.nmt.edu/tcc/help/pubs/tkinter/canvas.html Note – If you do this using pygame you will still get the points! You need to log in or create an account to submit code!
Leave a Reply