7 Commits

Author SHA1 Message Date
mbhatti4
86be12d7f9 submit 5:
I decided to get slightly more detailed. I adjusted the colors to make it cuter.
I then added attenae to add the final touch. I was even able to add a little dot at the end to make it cuter.
I then attdjsuted the size of the pen to make the drawing more solid.

I had to look up how to hide the pen because I think it is distracting to look at. I also looked up how to mkae the turtle draw the drawing at the fastest speed.
Both of those things helped me greatly!

I am now done with the project. I definitely couldve done more but due to time, and starting late, I am still happy with how much I got done.
I was ableto learn a lot doing this project!
2025-10-05 17:50:20 -04:00
mbhatti4
5b816196e8 Submit 4:
I made the wings and body line up correctly to make a butterfly.
This took a lot of trial and error. Getting the starting coordinates and angels for each wing was very time consusming, but with each edit, it got better and better!
I also sped up the turtle because it was so slow when I was continoussly trying to see the new drawing.
I was able to use 'command ?' to help me do one wing at a time!

Somewhere i got stuck was just understadning the coordinates or angles. To help with that, I looked up the corrodinate grid to help me better select the starting point.
2025-10-05 17:28:15 -04:00
mbhatti4
f19bae7994 Submit 3:
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.
2025-10-05 16:56:16 -04:00
mbhatti4
e7fa4e9eb7 Submit 2:
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.
2025-10-05 16:47:35 -04:00
mbhatti4
f4eb78122a My first submit:
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.
2025-10-05 16:38:56 -04:00
mbhatti4
d50a9548a4 I just submitted the description of my project. I aim to make a butterfly fluttering its wings.
I did not have any isseus with this part, since I have not begun coding yet.
2025-09-17 20:48:29 -04:00
89034c1523 Initial commit 2025-08-30 01:11:51 +00:00