Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 848 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 848 Bytes

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