SkillAgentSearch skills...

RainWave

Simple Python library made with turtle that shows rainbow wave

Install / Use

/learn @Kourva/RainWave
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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()

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

60/100

Audited on Mar 5, 2025

No findings