A collection of fun Python projects using different libraries.
An animated face created using the graphics library. The face blinks, wears glasses, and moves.
- Make sure you have the
graphicslibrary installed (pip install graphics.py). - Run the
animated_face.pyscript.
A turtle graphics project that draws a corona symbol with animated petals.
- Run the
corona_symbol.pyscript.
A turtle graphics project that draws a flower with random color petals.
- Run the
random_color_petals.pyscript.
A scenic view with a sky, sun, sea waves, and a rainbow.
- Run the
scenic_view.pyscript.
This project is licensed under the MIT License - see the LICENSE file for details.