Skip to content

Simple Python library made with turtle that shows rainbow wave

Notifications You must be signed in to change notification settings

Kourva/RainWave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RainWave

Simple Python library made with turtle that shows rainbow wave

Usage

from RainWave import Wave

a = Wave()
a.bgcolor = "cyan"
a.fgcolor = "black"
a.speed = 15
a.step = 12
a.repeat = 10
a.run()

About

Simple Python library made with turtle that shows rainbow wave

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages