Skip to content

Instantly share code, notes, and snippets.

@Tunas1337
Last active April 21, 2022 01:19
Show Gist options
  • Select an option

  • Save Tunas1337/d5584bce13a54d4279f550f601e73051 to your computer and use it in GitHub Desktop.

Select an option

Save Tunas1337/d5584bce13a54d4279f550f601e73051 to your computer and use it in GitHub Desktop.
benchmark
import kandinsky
import random
for i in range(1, 30000):
kandinsky.fill_rect(random.randint(0, 320), random.randint(0, 240), random.randint(
0, 150), random.randint(0, 170), color(randint(0, 255), randint(0, 255), randint(0, 255)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment