tkArt is a project created to explore art creation with Python using algorithms and geometry.
The project works using tkinter, the standard GUI library for Python.
Width and Height for the canvas is mentioned at the start of each file, you can edit and set it to your preference.
# Example values
width = 500
height = 500
Each file has comments that explains the code written below it.
To the run the file, use
python3 <fileName>.py
This repository contains a LEARN.md which users can learn and understand how the project works.
Through this, users can even potentially move on to contributing and improving tkArt.
While contributing, it must be necessary that each contributor keeps in mind the Code Of Conduct.
This repository is open for everyone to contribute and is maintained by TheNova22.