Project 3: Draw me a picture.
Due: Oct
7th at 11:59pm
Summary:
In this project you will open a window, and draw a picture using shapes
and the dearpygui library.
Details:
For this project,
- First create a new project in pycharm make sure the project
name has your name and an indication of which project this
is.
- Be sure to install and import the dearpygui library
- Draw me a picture (it must be a coherent picture -
not an abstract art of random shapes) on the window using dearpygui You
need at least
- 10 shapes/lines things drawn
- at least one arrow
- at least one rectangle
- at least one line
- at least one circle
- at least one other shape (ellipse/polygon/triangle )
- at least one draw text to add your name to your picture
- You cannot make a
smile/emoji or a house (or a Lollipop) since we did those in class and
PAL session
Of course put this into git and onto github sooner rather than later.
Additional requirements:
Your code must be commented, you don't have to comment every line, but you
need to explain to me what you are doing in the code.
Submission:
As with the previous project, to submit
the project to me, share it with me on github. My github id is jsantore.
You can see directions for doing this here.