- 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()
Run main.py
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.