Skip to content

pandas9/auto-art-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Art Gen with Samila

Generates random art based on random points on Cartesian coordinate system calculated from random set of mathematical formulas with random parameter.

Requirements

python>=3
pip install -r requirements.txt

If requirements.txt won't install check Samila installation

Usage

Every color, projection and point is randomly selected.

python3 main.py

main.py

if __name__ == '__main__':
    Generate(num_pieces=300)

example-1 example-2 example-3

References

https://github.com/sepandhaghighi/samila
https://github.com/cutterkom/generativeart

Releases

No releases published

Packages

No packages published

Languages