Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 518 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 518 Bytes

GenerativeArt_NFT

played around with Samila, which is a package and an application.

Samila is a generative art generator written in Python. Samila lets you create images based on many thousands of points. The position of every single point is calculated by a formula that has random parameters. Because of the random numbers, every image looks different.

Lessons learned: You shouldn't run untrusted code as sudo. 2>> An alternative to this could be made by using flask and numpy. pillow for png, pycairo for svg