Skip to content

cuberoy/pikachu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.