cuberoy / pikachu

Draw Pikachu using turtle on python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

  • An ORIGINAL drawing of Pikachu on Python using the turtle module.
  • The program will paint out the background first. It will consist of the sky, grass, clouds and sun. This process will take about 2.5 minutes because of color gradient.
  • If you don't want the background, comment out the draw background function towards the end of the main.py code like this.
# draw_background()



Requirement

Run main.py


License

This project is licensed under the terms of the MIT license. Therefore, it's free for use or modification. See the LICENSE for more info.

About

Draw Pikachu using turtle on python

License:MIT License


Languages

Language:Python 100.0%