Skip to content

Random art created using Python's random module and math functions.

Notifications You must be signed in to change notification settings

TylerKotkin/modern-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Art

The above image was created using Python's random module and math functions.

Instructions

  • Before running Modern Art, the user must first clone the modern-art repo onto their computer. The user must have Python 3 installed in order to run the program.
  • To properly run the program, the contents of requirements.txt must be installed in the folder the program will be running from.
    • After navigating to the folder containing create_art.py and random_art.py, enter pip install -r requirements.txt on the command-line to download the contents of requirements.txt.
  • To recreate the image shown above (art4.png), enter python create_art.py -S 5737946537158953401 on the command-line.
  • To create a new random image, enter python create_art.py on the command-line.

About

Random art created using Python's random module and math functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages