Python – Fauna distribution map Nov 15, 2023 This is a tool I wrote in Python using tkinter. It was for a project I worked on and the...
Python – Honeycomb pattern Nov 11, 2023 This honeycomb pattern was created as an exercise using turtle. The color palette comes from the x/y axis range where...
Python – Color palette Nov 11, 2023 I wrote this tool to have a convenient and fast method to pick color’s for my scripts. Normally I have...
Python – Langton’s Ant/turtle Nov 11, 2023 Wikipedia entry: Langton’s ant is a 2D universal Turing machine with a very simple set of rules but complex emergent...