Here i wrote the code for drawing the full butterfly by calling the other functions. I just put temprorary values to just get the program to work for now.
I will be asjusting it next submit.
I also realized why it wasnt working before..i never called any function! The program now works, but need adjustments.
I struggled with the bakground color so i simply looked up how to choose a background color on python on google and found an easy solution.
Here i wrote the fucntion for the body. I first positioned myself on the canvas where i wanted to start drawing and then called the oval function to draw it out.
I am struggling to get the program to draw. I don't think there is any errors in my code, as it is farily simple, but when i run it, it justdraws a weird shape.
I started with making the two main functions I will need for my drawing, which is an oval and wings.
For the wings, I used the oval fucntion in it. I will be also using the oval function to draw. the body of the butterfly,
I got stuck with just starting the project. Im not sure why it felt very overwhelming for me.
Seeing the examples, I do not think I am fluent enough in python to make it animate.
After reading super turtle library, it confused me more and made me nervous to start.
After taking some time away from the project, I decided to come back with idea of just drawing.
I think now that I have my two intial functiosn done, the rest of the project should be less overwhelming and I should be able to enjoy getting it done.