You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python Turtle program has a series of geometric patterns which I've created.
3
+
Geometric patterns created using Python Turtle. The functions are all named after Eygptian Gods.
4
4
5
-
The functions are all named after Eygptian Gods and Deities. I have designed them so that they can all be varied when each function is referenced.
5
+
There a LOT of patterns contained within the horus.py file - this is where they ALL reside. I have begun to seperate these out into seperate functions for your reference, but this are designed to work alongside each other and create different geometric patterns. These are listed below with a screenshot.
6
6
7
-
Each function starts with a simple 0/1 on-off command.
8
-
9
-
I will start to export out each pattern as it's own PY file, and these will be described in the Wiki, but they are all available within the HORUS.PY file - which is how I use them as I combine them together to make random patterns.
7
+
Within Horus.py - each function starts with a simple 0/1 on-off command (e.g. aker_y = 1).
10
8
11
9
The patterns are divided into four key sections:
12
10
@@ -19,3 +17,31 @@ I am not a developer or coder so there are a lot of things to correct and standa
0 commit comments