Odd Art develops mini-squares and fills them with different shapes (algorithmically). It then connects them all together in a visual array placed on a single image to create the final art piece.
Odd Art was created with python, tkinter, pycario and Tcl themes.
On the GUI input side, there were many challenges with properly spacing out widgets and creating them with the constraints of Tkinter.
Learned tkinter,pycario & tcl themes
Integrating Twilio to send the photos generated through WhatsApp & hosting it on the cloud .
pip install pycairo
pip install --upgrade Pillow
When installing the program by downloading the files as zip and extracting the folder you may encounter an error when running. If you do, it is probably because of an issue with Tcl themes that were used in the project. To solve this, go to https://github.com/rdbende/Sun-Valley-ttk-theme. Then download the contents of this repository as a zip, and paste the contents of the unzipped folder into the folder for this project. It should work after that.