diff --git a/1920/mandala/denosta_mandala.py b/1920/mandala/denosta_mandala.py
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/1920/mandala/denosta_mandala.py
@@ -0,0 +1 @@
+
diff --git a/1920/mandala/madala_python-davezeus_nadura.py b/1920/mandala/madala_python-davezeus_nadura.py
new file mode 100644
index 0000000..0454db3
--- /dev/null
+++ b/1920/mandala/madala_python-davezeus_nadura.py
@@ -0,0 +1,57 @@
+import turtle
+window = turtle.Screen()
+window.bgcolor("black")
+
+
+junjun = turtle.Turtle()
+junjun.color("#e3cf57")
+junjun.speed(-25)
+
+
+turtle = turtle.Turtle()
+turtle.speed(0)
+turtle.color("#ffec8b")
+
+
+x = 0
+turtle.setposition(20,65)
+turtle.up()
+
+turtle.right(40)
+turtle.forward(50)
+turtle.right(135)
+
+turtle.down()
+for i in range(70):
+ turtle.forward(100)
+ turtle.left(130)
+x = 0
+junjun.up()
+
+junjun.right(55)
+junjun.forward(70)
+junjun.right(135)
+
+junjun.down()
+
+for i in range(120):
+ junjun.forward(200)
+ junjun.right(61)
+ junjun.forward(200)
+ junjun.right(61)
+ junjun.forward(200)
+ junjun.right(61)
+ junjun.forward(200)
+ junjun.right(61)
+ junjun.forward(200)
+ junjun.right(61)
+ junjun.forward(200)
+ junjun.right(61)
+
+ junjun.right(11.1111)
+ junjun.hideturtle()
+ x = x + 1
+input()
+
+
+turtle.exitonclick()
diff --git a/1920/mandala/mandala_parcon.py b/1920/mandala/mandala_parcon.py
new file mode 100644
index 0000000..7232c14
--- /dev/null
+++ b/1920/mandala/mandala_parcon.py
@@ -0,0 +1,35 @@
+import turtle
+import math
+turtle.setup(width=450, height=500)
+turtle.reset()
+turtle.hideturtle()
+turtle.speed(0)
+
+turtle.bgcolor('black')
+
+c = 1
+x = 1
+
+colors = [
+#reddish colors
+(1.00, 0.03, 0.00),(1.00, 0.03, 0.00),(1.00, 0.05, 0.00),(1.00, 0.07, 0.00),(1.00, 0.10, 0.00),(1.00, 0.12, 0.00),(1.00, 0.15, 0.00),(1.00, 0.17, 0.00),(1.00, 0.20, 0.00),(1.00, 0.23, 0.00),(1.00, 0.25, 0.00),(1.00, 0.28, 0.00),(1.00, 0.30, 0.00),(1.00, 0.33, 0.00),(1.00, 0.35, 0.00),(1.00, 0.38, 0.00),(1.00, 0.40, 0.00),(1.00, 0.42, 0.00),(1.00, 0.45, 0.00),(1.00, 0.47, 0.00),
+#orangey colors
+(1.00, 0.50, 0.00),(1.00, 0.53, 0.00),(1.00, 0.55, 0.00),(1.00, 0.57, 0.00),(1.00, 0.60, 0.00),(1.00, 0.62, 0.00),(1.00, 0.65, 0.00),(1.00, 0.68, 0.00),(1.00, 0.70, 0.00),(1.00, 0.72, 0.00),(1.00, 0.75, 0.00),(1.00, 0.78, 0.00),(1.00, 0.80, 0.00),(1.00, 0.82, 0.00),(1.00, 0.85, 0.00),(1.00, 0.88, 0.00),(1.00, 0.90, 0.00),(1.00, 0.93, 0.00),(1.00, 0.95, 0.00),(1.00, 0.97, 0.00),
+#yellowy colors
+(1.00, 1.00, 0.00),(0.95, 1.00, 0.00),(0.90, 1.00, 0.00),(0.85, 1.00, 0.00),(0.80, 1.00, 0.00),(0.75, 1.00, 0.00),(0.70, 1.00, 0.00),(0.65, 1.00, 0.00),(0.60, 1.00, 0.00),(0.55, 1.00, 0.00),(0.50, 1.00, 0.00),(0.45, 1.00, 0.00),(0.40, 1.00, 0.00),(0.35, 1.00, 0.00),(0.30, 1.00, 0.00),(0.25, 1.00, 0.00),(0.20, 1.00, 0.00),(0.15, 1.00, 0.00),(0.10, 1.00, 0.00),(0.05, 1.00, 0.00),
+#greenish colors
+(0.00, 1.00, 0.00),(0.00, 0.95, 0.05),(0.00, 0.90, 0.10),(0.00, 0.85, 0.15),(0.00, 0.80, 0.20),(0.00, 0.75, 0.25),(0.00, 0.70, 0.30),(0.00, 0.65, 0.35),(0.00, 0.60, 0.40),(0.00, 0.55, 0.45),(0.00, 0.50, 0.50),(0.00, 0.45, 0.55),(0.00, 0.40, 0.60),(0.00, 0.35, 0.65),(0.00, 0.30, 0.70),(0.00, 0.25, 0.75),(0.00, 0.20, 0.80),(0.00, 0.15, 0.85),(0.00, 0.10, 0.90),(0.00, 0.05, 0.95),
+#blueish colors
+(0.00, 0.00, 1.00),(0.05, 0.00, 1.00),(0.10, 0.00, 1.00),(0.15, 0.00, 1.00),(0.20, 0.00, 1.00),(0.25, 0.00, 1.00),(0.30, 0.00, 1.00),(0.35, 0.00, 1.00),(0.40, 0.00, 1.00),(0.45, 0.00, 1.00),(0.50, 0.00, 1.00),(0.55, 0.00, 1.00),(0.60, 0.00, 1.00),(0.65, 0.00, 1.00),(0.70, 0.00, 1.00),(0.75, 0.00, 1.00),(0.80, 0.00, 1.00),(0.85, 0.00, 1.00),(0.90, 0.00, 1.00),(0.95, 0.00, 1.00)
+]
+
+while x < 900:
+ idx = int(c)
+ color = colors[idx]
+ turtle.color(color)
+ turtle.forward(x)
+ turtle.right(100)
+ x = x + 1.5
+ c = c + 0.2
+
+turtle.exitonclick()
diff --git a/1920/mandala/mandala_python - kenetteroeven_saylo.py b/1920/mandala/mandala_python - kenetteroeven_saylo.py
new file mode 100644
index 0000000..396e624
--- /dev/null
+++ b/1920/mandala/mandala_python - kenetteroeven_saylo.py
@@ -0,0 +1,69 @@
+import turtle as ben_and_ben #Credits to Amuls Academy, Rajesh Alane
+
+araw_araw = 50
+ben_and_ben.bgcolor("plum")
+ben_and_ben.color("purple")
+ben_and_ben.width(5)
+ben_and_ben.penup()
+ben_and_ben.goto(araw_araw,100)
+ben_and_ben.pendown()
+ben_and_ben.circle(-120,steps=3)
+ben_and_ben.penup()
+ben_and_ben.goto(araw_araw,-140)
+ben_and_ben.pendown()
+ben_and_ben.circle(120,steps=3)
+
+pagtingin = -150
+make_it_with_you = 130
+ben_and_ben.width(6)
+ben_and_ben.color("black")
+ben_and_ben.width(2)
+ben_and_ben.penup()
+ben_and_ben.goto(araw_araw,pagtingin)
+ben_and_ben.pendown()
+ben_and_ben.circle(make_it_with_you)
+ben_and_ben.begin_fill()
+ben_and_ben.fillcolor("purple")
+ben_and_ben.penup()
+ben_and_ben.goto(araw_araw,-75)
+ben_and_ben.pendown()
+ben_and_ben.circle(55)
+ben_and_ben.end_fill()
+ben_and_ben.penup()
+ben_and_ben.goto(araw_araw,-155)
+ben_and_ben.pendown()
+ben_and_ben.circle(135)
+ben_and_ben.width(6)
+ben_and_ben.color("purple")
+ben_and_ben.penup()
+ben_and_ben.goto(araw_araw,-300)
+ben_and_ben.pendown()
+ben_and_ben.circle(280)
+ben_and_ben.width(2)
+ben_and_ben.color("black")
+ben_and_ben.penup()
+ben_and_ben.goto(araw_araw,-320)
+ben_and_ben.pendown()
+ben_and_ben.circle(300)
+ben_and_ben.penup()
+ben_and_ben.goto(-90,-195)
+ben_and_ben.pendown()
+talaarawan = 90
+paalam = 350
+for i in range(5):
+ for colors in ("red", "black", "black", "red", "red"):
+ ben_and_ben.speed(0)
+ ben_and_ben.color(colors)
+ ben_and_ben.pensize(6)
+ ben_and_ben.left(12)
+ ben_and_ben.forward(paalam)
+ ben_and_ben.left(talaarawan)
+ ben_and_ben.forward(paalam)
+ ben_and_ben.left(talaarawan)
+ ben_and_ben.forward(paalam)
+ ben_and_ben.left(talaarawan)
+ ben_and_ben.forward(paalam)
+ ben_and_ben.left(talaarawan)
+ ben_and_ben.forward(paalam)
+ ben_and_ben.left(talaarawan)
+ben_and_ben.done()
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/.idea/encodings.xml b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/encodings.xml
new file mode 100644
index 0000000..f13fa33
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/encodings.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/.idea/mandala_python - nataliejane_pacificar.iml b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/mandala_python - nataliejane_pacificar.iml
new file mode 100644
index 0000000..9c88284
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/mandala_python - nataliejane_pacificar.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/.idea/misc.xml b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/misc.xml
new file mode 100644
index 0000000..abf7b39
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/.idea/modules.xml b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/modules.xml
new file mode 100644
index 0000000..e75d43b
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/.idea/workspace.xml b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/workspace.xml
new file mode 100644
index 0000000..d282730
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/.idea/workspace.xml
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1581741684367
+
+
+ 1581741684367
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/liness.cpython-37.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/liness.cpython-37.pyc
new file mode 100644
index 0000000..5126cda
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/liness.cpython-37.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/outerPattern.cpython-37.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/outerPattern.cpython-37.pyc
new file mode 100644
index 0000000..99f4f53
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/outerPattern.cpython-37.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/starz.cpython-37.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/starz.cpython-37.pyc
new file mode 100644
index 0000000..5010011
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/starz.cpython-37.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/writeText.cpython-37.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/writeText.cpython-37.pyc
new file mode 100644
index 0000000..56234c8
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/writeText.cpython-37.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/yinyang.cpython-37.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/yinyang.cpython-37.pyc
new file mode 100644
index 0000000..406001f
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/__pycache__/yinyang.cpython-37.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/liness.py b/1920/mandala/mandala_python - nataliejane_pacificar/liness.py
new file mode 100644
index 0000000..5db2f3a
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/liness.py
@@ -0,0 +1,11 @@
+import turtle as nat
+
+bgcolor = "mediumseagreen"
+
+def liness(length, angle):
+ nat.speed(0)
+ for i in range(8):
+ nat.circle(length,angle)
+ nat.pencolor(bgcolor)
+ nat.circle(length, angle)
+ nat.pencolor("black")
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/liness.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/liness.pyc
new file mode 100644
index 0000000..afcfdb7
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/liness.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/main.py b/1920/mandala/mandala_python - nataliejane_pacificar/main.py
new file mode 100644
index 0000000..5adb745
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/main.py
@@ -0,0 +1,55 @@
+## The Yin and Yang code at the CENTER is taken from "I know python's" youtube channel
+## The star is a sample code I found online
+import turtle as nat
+import yinyang as yinyang
+import outerPattern as outer
+import liness as liness
+import writeText as writeText
+import starz as starz
+
+bgcolor = "mediumseagreen"
+colors = [ "red","purple","blue","green","orange","yellow"]
+
+window = nat.Screen()
+window.bgcolor(bgcolor)
+
+#MAIN
+#creates star
+starz.star(-400, 200, 48)
+starz.star(400,200, 36)
+starz.star(-300,360, 28)
+starz.star(300,360, 28)
+starz.star(-200,450, 24)
+starz.star(200,450, 24)
+starz.star(-100,520, 24)
+starz.star(100,520, 24)
+
+#draws the yin and yang pattern
+yinyang.pattern("white", "black")
+yinyang.pattern("black", "white")
+
+#draws the outerPattern function
+nat.penup()
+nat.goto(380, -50)
+nat.pendown()
+for i in range(4):
+ outer.outerPattern(50,260)
+
+#draws a circle around the yin and yang
+nat.left(90)
+nat.penup()
+nat.goto(320,0)
+nat.pendown()
+nat.pensize(10)
+nat.circle(320)
+
+#draws the lines over the circle around the yin and yang
+nat.penup()
+nat.goto(350,0)
+nat.pendown()
+liness.liness(350,30)
+
+#writes text that appear in the center
+writeText.writeText("You are the Yin to my Yang")
+
+nat.done()
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/outerPattern.py b/1920/mandala/mandala_python - nataliejane_pacificar/outerPattern.py
new file mode 100644
index 0000000..c552458
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/outerPattern.py
@@ -0,0 +1,13 @@
+import turtle as nat
+
+def outerPattern(small,big):
+ nat.pensize(10)
+ nat.speed(0)
+ nat.circle(small, 180)
+ nat.right(90)
+ nat.circle(big,45)
+ nat.right(90)
+ nat.circle(small, 180)
+ nat.right(90)
+ nat.circle(big,45)
+ nat.right(90)
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/outerPattern.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/outerPattern.pyc
new file mode 100644
index 0000000..25601db
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/outerPattern.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/starz.py b/1920/mandala/mandala_python - nataliejane_pacificar/starz.py
new file mode 100644
index 0000000..91e0840
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/starz.py
@@ -0,0 +1,15 @@
+import turtle as nat
+
+my_pen = nat.Pen()
+colors = [ "red","purple","blue","green","orange","yellow"]
+
+def star(a, b, c):
+ for x in range(c):
+ my_pen.speed(0)
+ my_pen.penup()
+ my_pen.goto(a, b)
+ my_pen.pendown()
+ my_pen.pencolor(colors[x % 6])
+ my_pen.width(x/60 + 1)
+ my_pen.forward(x)
+ my_pen.left(59)
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/starz.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/starz.pyc
new file mode 100644
index 0000000..a390640
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/starz.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/writeText.py b/1920/mandala/mandala_python - nataliejane_pacificar/writeText.py
new file mode 100644
index 0000000..c1c5aec
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/writeText.py
@@ -0,0 +1,10 @@
+import turtle as nat
+
+def writeText(text):
+ nat.penup()
+ nat.goto(0, 0)
+ nat.pendown()
+ nat.color('olive')
+ style = ('Courier', 24, 'bold')
+ nat.write(text, font=style, align='center')
+ nat.hideturtle()
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/writeText.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/writeText.pyc
new file mode 100644
index 0000000..c54d542
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/writeText.pyc differ
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/yinyang.py b/1920/mandala/mandala_python - nataliejane_pacificar/yinyang.py
new file mode 100644
index 0000000..ed90556
--- /dev/null
+++ b/1920/mandala/mandala_python - nataliejane_pacificar/yinyang.py
@@ -0,0 +1,26 @@
+import turtle as nat
+
+def pattern(clr1, clr2):
+ nat.speed(0)
+ nat.width(10)
+ nat.color("black", clr1)
+ nat.begin_fill()
+ nat.circle(150., 180)
+ nat.circle(300,180)
+ nat.left(180)
+ nat.circle(-150,180)
+ nat.end_fill()
+ nat.left(90)
+ nat.up()
+ nat.forward(300*0.35)
+ nat.right(90)
+ nat.down()
+ nat.color(clr1,clr2)
+ nat.begin_fill()
+ nat.circle(300*0.15)
+ nat.end_fill()
+ nat.left(90)
+ nat.up()
+ nat.backward(300*0.35)
+ nat.down()
+ nat.left(90)
\ No newline at end of file
diff --git a/1920/mandala/mandala_python - nataliejane_pacificar/yinyang.pyc b/1920/mandala/mandala_python - nataliejane_pacificar/yinyang.pyc
new file mode 100644
index 0000000..9f6e6c4
Binary files /dev/null and b/1920/mandala/mandala_python - nataliejane_pacificar/yinyang.pyc differ
diff --git a/1920/mandala/mandala_python-apriljoy_gallano.py b/1920/mandala/mandala_python-apriljoy_gallano.py
new file mode 100644
index 0000000..65dab51
--- /dev/null
+++ b/1920/mandala/mandala_python-apriljoy_gallano.py
@@ -0,0 +1,23 @@
+from turtle import*
+from random import randint
+
+speed(50)
+bgcolor('black')
+
+x=2
+
+while x < 500:
+
+ r=randint(10,255)
+ g=randint(10,255)
+ b=randint(10,255)
+
+ colormode(255)
+ pencolor(r,g,b)
+
+ fd(50+x)
+ rt(90.911)
+
+ x=x+1
+
+exitonclick()
diff --git a/1920/mandala/mandala_python-christian_facon.py b/1920/mandala/mandala_python-christian_facon.py
new file mode 100644
index 0000000..98c87c8
--- /dev/null
+++ b/1920/mandala/mandala_python-christian_facon.py
@@ -0,0 +1,55 @@
+import turtle
+
+wn = turtle.Screen()
+wn.bgcolor('black')
+
+flow = turtle.Turtle()
+flow.speed(100)
+flow.color('blue')
+for i in range(500):
+ flow.forward(i)
+ flow.left(100)
+
+ray= turtle.Turtle()
+ray.color('red')
+
+ray.speed(100)
+
+for i in range(180):
+ ray.forward(60)
+ ray.right(30)
+ ray.forward(20)
+ ray.left(60)
+ ray.forward(50)
+ ray.right(30)
+
+ ray.penup()
+ ray.setposition(0, 0)
+ ray.pendown()
+
+ ray.right(2)
+
+Zayn = turtle.Turtle()
+Zayn.speed(100)
+Zayn.color('lightblue')
+rotate=int(360)
+def drawCircles(t,size):
+ for i in range(10):
+ t.circle(size)
+ size=size-4
+def drawSpecial(t,size,repeat):
+ for i in range (repeat):
+ drawCircles(t,size)
+ t.right(360/repeat)
+drawSpecial(Zayn,100,10)
+
+sun= turtle.Turtle()
+sun.color('blue')
+sun.speed(100)
+for i in range(50):
+ sun.forward(i)
+ sun.left(151)
+wn.exitonclick()
+
+
+#improvised from Trinket & Michael0x2a code
diff --git a/1920/mandala/mandala_python-combalicer.py b/1920/mandala/mandala_python-combalicer.py
new file mode 100644
index 0000000..0c7fac4
--- /dev/null
+++ b/1920/mandala/mandala_python-combalicer.py
@@ -0,0 +1,98 @@
+import turtle
+
+# initialize
+wn = turtle.Screen()
+wn.bgcolor("#333333")
+draw= turtle.Turtle()
+draw.speed(10)
+draw.pensize(1.2)
+
+# position
+ww = wn.window_width()
+wh = wn.window_height()
+draw.penup()
+draw.setposition((-ww/2.4,-wh/35))
+
+
+
+# 5th layer
+for i in range(3):
+ for rainbow in ("red", "orange", "yellow", "green", "blue", "indigo", "violet"):
+ draw.pendown()
+ draw.color(rainbow)
+ draw.circle(50, 160)
+ draw.right(180)
+draw.penup()
+draw.forward(80)
+draw.pendown()
+
+# 4th layer
+for i in range(3):
+ for rainbow in ("red", "orange", "yellow", "green", "blue", "indigo", "violet"):
+ draw.color(rainbow)
+ draw.circle(38, 160)
+ draw.right(180)
+draw.penup()
+draw.forward(80)
+draw.pendown()
+
+# 3rd layer
+for i in range(3):
+ for rainbow in ("red", "orange", "yellow", "green", "blue", "indigo", "violet"):
+ draw.color(rainbow)
+ draw.circle(25, 160)
+ draw.right(180)
+draw.penup()
+draw.forward(80)
+draw.pendown()
+
+# 2nd layer
+draw.color("white")
+draw.right(90)
+draw.circle(60)
+draw.left(90)
+draw.penup()
+draw.forward(80)
+draw.pendown()
+
+# 1st layer
+draw.color("cyan")
+draw.begin_fill()
+draw.right(270)
+draw.circle(20)
+draw.end_fill()
+
+# Line 1
+draw.left(309.5)
+draw.forward(260)
+draw.right(180)
+draw.forward(270)
+# Line 2
+draw.left(159.3)
+draw.forward(265)
+draw.right(180)
+draw.forward(270)
+for i in range(5):
+ draw.left(160)
+ draw.forward(275)
+ draw.right(180)
+ draw.forward(275)
+for i in range(3):
+ draw.left(161)
+ draw.forward(280)
+ draw.right(180)
+ draw.forward(280)
+for i in range(5):
+ draw.left(160)
+ draw.forward(275)
+ draw.right(180)
+ draw.forward(275)
+for i in range(3):
+ draw.left(159)
+ draw.forward(275)
+ draw.right(180)
+ draw.forward(275)
+
+turtle.done()
+
+# own made
diff --git a/1920/mandala/mandala_python-cyrus_alinsog.py b/1920/mandala/mandala_python-cyrus_alinsog.py
new file mode 100644
index 0000000..47a5b01
--- /dev/null
+++ b/1920/mandala/mandala_python-cyrus_alinsog.py
@@ -0,0 +1,36 @@
+import turtle
+turtle.bgcolor('black')
+flow = turtle.Turtle()
+flow.speed(100)
+flow.color('purple')
+for i in range(500):
+ flow.forward(i)
+ flow.left(100)
+
+club = turtle.Turtle()
+club.color('red')
+club.speed(100)
+for i in range(351):
+ club.forward(i)
+ club.left(152)
+
+bc = turtle.Turtle()
+bc.color('brown')
+bc.speed(-1000)
+
+for i in range(500):
+ bc.forward(20)
+ bc.right(6)
+ bc.forward(4)
+ bc.left(12)
+ bc.forward(10)
+ bc.right(6)
+
+ bc.penup()
+ bc.setposition(0, 0)
+ bc.pendown()
+
+ bc.right(1)
+turtle.exitonclick()
+
+#improvised from Michael0x2a code
diff --git a/1920/mandala/mandala_python-eduardo_bentainiii.py b/1920/mandala/mandala_python-eduardo_bentainiii.py
new file mode 100644
index 0000000..ba6d14a
--- /dev/null
+++ b/1920/mandala/mandala_python-eduardo_bentainiii.py
@@ -0,0 +1,49 @@
+# Thanks Jed Denosta :?
+# CODE 1
+
+# What comes after the # is not seen by python. These are comments. :)
+
+from turtle import * # imports the module turtle,
+ #* stands for all, which makes things easier
+
+speed(0) # sets the speed of drawing to 0, which is the fastest
+pencolor('white') # sets the color of the pen/lines to white
+bgcolor('black') # sets the color of the background/canvas to black
+
+x = 0 # creates a variable x with value 0
+up() # lifts up the pen, so no lines are drawn
+
+#note fd() means move forward, bk() means move back
+# rt() or lt() means tilt right by a certain angle
+
+rt(45)
+fd(90)
+rt(135)
+
+down() # sets down the pen, so that turtle can draw
+while x < 120: # while the value of x is lesser than 120,
+ #continuously do this:
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+
+ rt(11.1111)
+ x = x+1 # adds 1 to the value of x,
+ # so that it is closer to 120 after every loop
+
+exitonclick() # When you click, turtle exits.
+
+#That's all! Try customizing the script! 8)
+
+
+
+
diff --git a/1920/mandala/mandala_python-elaisha_diana.py b/1920/mandala/mandala_python-elaisha_diana.py
new file mode 100644
index 0000000..99622e1
--- /dev/null
+++ b/1920/mandala/mandala_python-elaisha_diana.py
@@ -0,0 +1,22 @@
+#Rose
+import turtle
+
+window = turtle.Screen()
+window.bgcolor("Green")
+t = turtle.Turtle()
+
+t.speed (15)
+colors = ['red', 'pink', 'red']
+
+for x in range(180):
+ t.pencolor (colors[x % 3])
+ t.width (x / 50 + 1)
+ t.forward (x)
+ t.left (60)
+ t.right (10)
+
+turtle.exitonclick()
+
+#Credits to (https://github.com/asweigart/simple-turtle-tutorial-for-python/blob/master/simple_turtle_tutorial.md)
+#Elaisha D. Diana BSCS 1-B
+
diff --git a/1920/mandala/mandala_python-glendon_cabrias.py b/1920/mandala/mandala_python-glendon_cabrias.py
new file mode 100644
index 0000000..b5f4f7f
--- /dev/null
+++ b/1920/mandala/mandala_python-glendon_cabrias.py
@@ -0,0 +1,31 @@
+import turtle as diamond
+import random
+
+diamond.pensize(3)
+diamond.speed(0)
+diamond.Screen() .bgcolor("black")
+colours = ["pink","red"]
+
+diamond.tracer(2)
+diamond.shape('blank')
+
+for i in range(20):
+ for i in range(2):
+ diamond.color(colours[i%2])
+ diamond.forward(200)
+ diamond.right(60)
+ diamond.forward(200)
+ diamond.right(120)
+ diamond.forward(200)
+ diamond.right(60)
+ diamond.forward(200)
+ diamond.right(30)
+ diamond.forward(30)
+
+ diamond.penup()
+ diamond.goto(0,50)
+ diamond.pendown()
+
+ diamond.circle(150)
+
+diamond.done()
diff --git a/1920/mandala/mandala_python-james_lorico.py b/1920/mandala/mandala_python-james_lorico.py
new file mode 100644
index 0000000..d1f3633
--- /dev/null
+++ b/1920/mandala/mandala_python-james_lorico.py
@@ -0,0 +1,59 @@
+import turtle
+jl = turtle.Screen()
+jl.bgcolor('lightblue')
+
+shield = turtle.Turtle()
+shield.color('white')
+shield.speed(-1000)
+
+for i in range(740):
+ shield.forward(200)
+ shield.right(30)
+ shield.forward(20)
+ shield.left(60)
+ shield.forward(50)
+ shield.right(30)
+
+ shield.penup()
+ shield.setposition(0, 0)
+ shield.pendown()
+
+ shield.right(.5)
+
+club = turtle.Turtle()
+club.color('red')
+club.speed(-100)
+for i in range(500):
+ club.forward(i)
+ club.left(200)
+
+club = turtle.Turtle()
+club.color('blue')
+club.speed(100)
+for i in range(310):
+ club.forward(i)
+ club.left(200)
+
+club = turtle.Turtle()
+club.color('white')
+club.speed(100)
+for i in range(150):
+ club.forward(i)
+ club.left(200)
+
+Christian = turtle.Turtle()
+Christian.speed(0)
+Christian.color('lightblue')
+rotate=int(90)
+def drawCircles(t,size):
+ for i in range(4):
+ t.circle(size)
+ size=size-20
+def drawSpecial(t,size,repeat):
+ for i in range (repeat):
+ drawCircles(t,size)
+ t.right(360/repeat)
+drawSpecial(Christian,115,5)
+jl.exitonclick()
+
+#improvised from Trinket & Michael0x2a code
diff --git a/1920/mandala/mandala_python-joanmarie_arsenio.py b/1920/mandala/mandala_python-joanmarie_arsenio.py
new file mode 100644
index 0000000..e12d21d
--- /dev/null
+++ b/1920/mandala/mandala_python-joanmarie_arsenio.py
@@ -0,0 +1,32 @@
+from turtle import *
+
+speed(0)
+pencolor ('white')
+color('red')
+bgcolor('black')
+
+
+x=0
+up()
+
+rt(45)
+fd(90)
+rt(135)
+
+down()
+while x < 120:
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+ fd(200)
+ rt(61)
+
+ rt(11.1111)
+ x = x+1
diff --git a/1920/mandala/mandala_python-johnbenedict_santerva.py b/1920/mandala/mandala_python-johnbenedict_santerva.py
new file mode 100644
index 0000000..6e0eafa
--- /dev/null
+++ b/1920/mandala/mandala_python-johnbenedict_santerva.py
@@ -0,0 +1,22 @@
+import turtle
+
+loadWindow = turtle.Screen()
+turtle.colormode(255)
+
+turtle.speed(0)
+
+def shape(size, sides):
+ for i in range(sides):
+ turtle.forward(size)
+ turtle.left(360/sides)
+
+
+sides=2
+
+for i in range (50):
+ for colours in ("yellow", "black", "green", "red", "purple"):
+ turtle.color(colours)
+ shape(5*i, sides)
+ turtle.right(i)
+
+turtle.exitonclick()
diff --git a/1920/mandala/mandala_python-jorliden_fegidero.py b/1920/mandala/mandala_python-jorliden_fegidero.py
new file mode 100644
index 0000000..45f02b7
--- /dev/null
+++ b/1920/mandala/mandala_python-jorliden_fegidero.py
@@ -0,0 +1,21 @@
+from turtle import *
+
+shape ("turtle")
+size = 30
+bgcolor("black")
+pensize(7)
+
+
+speed(500)
+for i in range(size):
+
+ rt(70); pencolor("lightpink")
+ circle(40,360)
+ lt(100); pencolor("mediumslateblue")
+ circle(70,360)
+ lt(100); pencolor("red")
+ circle(100,360)
+ pencolor("yellow")
+ circle(130)
+
+turtle.done()
diff --git a/1920/mandala/mandala_python-jullianepearl_camarista.py b/1920/mandala/mandala_python-jullianepearl_camarista.py
new file mode 100644
index 0000000..aafd853
--- /dev/null
+++ b/1920/mandala/mandala_python-jullianepearl_camarista.py
@@ -0,0 +1,70 @@
+import turtle
+
+window = turtle.Screen()
+window.bgcolor("Dimgray")
+t = turtle.Turtle()
+
+t.speed(0)
+t.pencolor("light blue")
+t.pensize(2)
+h = 30
+
+for j in range(18):
+
+ for i in range(5):
+ t.forward(h)
+ t.right(75)
+
+ t.forward(15)
+ t.right(5)
+
+
+t.penup()
+t.pendown()
+t.pencolor("darkgray")
+t.pensize(3)
+h = 50
+a = 15
+
+for j in range(25):
+
+ for i in range(3):
+ t.forward(h)
+ t.left(120)
+ t.forward(15)
+ t.right(a)
+
+t.penup()
+t.backward(150)
+t.left(45)
+t.pendown()
+t.pencolor("powderblue")
+t.pensize(4)
+
+h = 200
+
+for j in range(18):
+
+ for i in range(5):
+ t.forward(h)
+ t.right(75)
+
+ t.forward(20)
+ t.right(5)
+
+t.penup()
+t.left(300)
+t.right(95)
+t.back(105)
+t.right(30)
+t.pendown()
+t.pencolor("darkgray")
+t.pensize(10)
+t.circle(200)
+
+
+turtle.exitonclick()
+
+
+#reference: https://github.com/LekkerPrutsen/Spirograph-with-turtle/commits?author=LekkerPrutsen
+
diff --git a/1920/mandala/mandala_python-luiejohn_malimit.py b/1920/mandala/mandala_python-luiejohn_malimit.py
new file mode 100644
index 0000000..d24d40b
--- /dev/null
+++ b/1920/mandala/mandala_python-luiejohn_malimit.py
@@ -0,0 +1,40 @@
+import turtle as jim
+
+jim.Screen().bgcolor("black")
+
+jim.tracer(20)
+jim.speed(10.5)
+jim.shape('arrow')
+
+a = 0
+color = 0
+
+primColor = ['red', 'orange', 'yellow']
+secColor = ['violet', 'indigo', 'blue']
+
+
+for j in range(300, 0, -60):
+ jim.color('','green')
+ jim.penup()
+ jim.goto(0,-j)
+ jim.pendown()
+ if a%2 == 0:
+ jim.begin_fill()
+ jim.circle(j)
+ jim.end_fill()
+ a+=1
+ jim.penup()
+ jim.goto(0,0)
+ jim.pendown()
+ jim.color('','black')
+ for i in range(18):
+ jim.left(60)
+ jim.begin_fill()
+ jim.forward(j)
+ jim.right(210)
+ jim.forward(j)
+ jim.end_fill()
+ jim.goto(0,0)
+ color+=1
+
+jim.done()
diff --git a/1920/mandala/mandala_python-xiankyle_bejar.py b/1920/mandala/mandala_python-xiankyle_bejar.py
new file mode 100644
index 0000000..072818b
--- /dev/null
+++ b/1920/mandala/mandala_python-xiankyle_bejar.py
@@ -0,0 +1,20 @@
+# Mandala Homework
+import turtle
+
+turtle.bgcolor("black")
+turtle.pensize(2)
+turtle.speed(0)
+
+for i in range(10):
+ for colours in ["orange", "orange", "orange", "orange", "orange", "orange", "orange", "orange", "orange", "orange"]:
+ turtle.color(colours)
+ turtle.circle(150)
+ turtle.circle(110)
+ turtle.circle(90)
+ turtle.circle(80)
+ turtle.circle(50)
+ turtle.left(10)
+
+turtle.hideturtle()
+
+# credit to GeekTutorials
diff --git a/1920/mandala/python_mandala-azyleace_angelitud.py b/1920/mandala/python_mandala-azyleace_angelitud.py
new file mode 100644
index 0000000..5b62337
--- /dev/null
+++ b/1920/mandala/python_mandala-azyleace_angelitud.py
@@ -0,0 +1,12 @@
+from turtle import*
+
+shape("turtle")
+wheel = 12
+bgcolor("green")
+pensize(12)
+pencolor("yellow")
+
+for i in range(wheel):
+ begin_fill();rt(90);fd(200);lt(120);fd(200);lt(120);fd(200);end_fill()
+ fd(200)
+
diff --git a/1920/mandala/python_mandala-bill_legaspi.py b/1920/mandala/python_mandala-bill_legaspi.py
new file mode 100644
index 0000000..a5dd4be
--- /dev/null
+++ b/1920/mandala/python_mandala-bill_legaspi.py
@@ -0,0 +1,59 @@
+import turtle
+import math
+
+billy=turtle.Turtle()
+willy=turtle.Turtle()
+dilly=turtle.Turtle()
+
+billy.color("red")
+willy.color("red")
+dilly.color("red")
+billy.shape("blank")
+willy.shape("blank")
+dilly.shape("blank")
+billy.speed(20)
+willy.speed(15)
+dilly.speed(20)
+for i in range(25):
+ billy.forward(150)
+ billy.left(170)
+ billy.forward(150)
+ billy.left(170)
+billy.left(275)
+billy.circle(76)
+willy.forward(200)
+willy.left(85)
+
+willy.circle(125)
+willy.left(98)
+willy.forward(20)
+willy.right(98)
+willy.circle(104)
+willy.right(90)
+willy.forward(10)
+willy.left(90)
+willy.circle(114.5)
+willy.right(45)
+def sarkul():
+ willy.begin_fill()
+ willy.circle(25,105)
+ willy.right(80)
+ willy.end_fill()
+sarkul()
+sarkul()
+def sarkul2():
+
+ willy.right(10)
+ willy.circle(25,104)
+ willy.right(85)
+
+for i in range(5):
+ sarkul2()
+ sarkul()
+ sarkul()
+
+sarkul2()
+sarkul()
+
+
+turtle.done()
diff --git a/1920/mandala/python_mandala-renzryan_ausmolo.py b/1920/mandala/python_mandala-renzryan_ausmolo.py
new file mode 100644
index 0000000..aa7b4e7
--- /dev/null
+++ b/1920/mandala/python_mandala-renzryan_ausmolo.py
@@ -0,0 +1,73 @@
+import turtle
+import math
+import random
+wn = turtle.Screen()
+
+wn.bgcolor('black')
+Albert = turtle.Turtle()
+Albert.speed(0)
+Albert.color('#1b262c')
+rotate=int(360)
+def drawCircles(t,size):
+ for i in range(50):
+ t.circle(size)
+ size=size-2
+def drawSpecial(t,size,repeat):
+ for i in range (repeat):
+ drawCircles(t,size)
+ t.right(360/repeat)
+drawSpecial(Albert,100,10)
+Steve = turtle.Turtle()
+Steve.speed(0)
+Steve.color('#0f4c75')
+rotate=int(90)
+def drawCircles(t,size):
+ for i in range(6):
+ t.circle(size)
+ size=size-5
+def drawSpecial(t,size,repeat):
+ for i in range (repeat):
+ drawCircles(t,size)
+ t.right(360/repeat)
+drawSpecial(Steve,100,10)
+Barry = turtle.Turtle()
+Barry.speed(30)
+Barry.color('#3282b8')
+rotate=int(80)
+def drawCircles(t,size):
+ for i in range(5):
+ t.circle(size)
+ size=size-5
+def drawSpecial(t,size,repeat):
+ for i in range (repeat):
+ drawCircles(t,size)
+ t.right(360/repeat)
+drawSpecial(Barry,100,10)
+Terry = turtle.Turtle()
+Terry.speed(0)
+Terry.color('#bbe1fa')
+rotate=int(90)
+def drawCircles(t,size):
+ for i in range(4):
+ t.circle(size)
+ size=size-6
+def drawSpecial(t,size,repeat):
+ for i in range (repeat):
+ drawCircles(t,size)
+ t.right(360/repeat)
+drawSpecial(Terry,100,10)
+Will = turtle.Turtle()
+Will.speed(0)
+Will.color('pink')
+rotate=int(90)
+def drawCircles(t,size):
+ for i in range(3):
+ t.circle(size)
+ size=size-20
+def drawSpecial(t,size,repeat):
+ for i in range (repeat):
+ drawCircles(t,size)
+ t.right(360/repeat)
+drawSpecial(Will,100,10)
+
+turtle.done()
diff --git a/1920/mandala/test.md b/1920/mandala/test.md
new file mode 100644
index 0000000..bc9dc41
--- /dev/null
+++ b/1920/mandala/test.md
@@ -0,0 +1 @@
+> test file
diff --git a/homework-03-webgl-flower.md b/homework-01-git-intro.md
similarity index 54%
rename from homework-03-webgl-flower.md
rename to homework-01-git-intro.md
index d3bf127..0ad61af 100644
--- a/homework-03-webgl-flower.md
+++ b/homework-01-git-intro.md
@@ -1,8 +1,6 @@
-# WebGL Basics with p5.js
+## Homework 1
-## Specifications
-
-Using p5.js, create a flower with random petal colors. Be creative.
+> Research and learn git by introducing yourself to the Repo: https://github.com/cict-ccs221/students
---
diff --git a/homework-01-python-intro.md b/homework-01-python-intro.md
deleted file mode 100644
index cf3be47..0000000
--- a/homework-01-python-intro.md
+++ /dev/null
@@ -1,16 +0,0 @@
-## Homework 1 ```09/10/2019```
-
-### Answer the following questions on a 1/2 crosswise intermediate pad paper.
-
-1. What are your thoughts about the Python programming language? Are you comfortable in learning Python programming for computer graphics?
-1. Do you have struggles in learning Python in our class? If yes, please specify if none, which feature of Python you like the most?
-1. Search for an art using Python code. Which art makes you want to learn Python(provide a link)? Why?
-1. Do you have suggestions for the improvement of the teaching strategy of your teacher to encourage you to learn more about this subject? If yes, please write your suggestion.
-
----
-
-Don't forget to smile,
-
-
-**mjsolidarios**
-
part-time-faculty | [cictwvsu](http://cictwvsu.com/) | ph
diff --git a/homework-02-mandala-pattern.md b/homework-02-mandala-pattern.md
index 68e605a..22eedbe 100644
--- a/homework-02-mandala-pattern.md
+++ b/homework-02-mandala-pattern.md
@@ -5,13 +5,13 @@
1. Select and draw a Mandala pattern using Python. Use custom Python modules for a cleaner code.

-2. You can also create your own mandala pattern. 50% of your score will be given for your design and another 50% for your code cleanliness and functionality. You're an artist - be creative.
+2. You can also create your own mandala pattern. 50% of your score will be given for your design and another 50% for your code cleanliness and functionality - be creative.
-3. Upon completion, please submit your homework via email to [mjsolidarios@wvsu.edu.ph](mjsolidarios@wvsu.edu.ph), subject: ```mandala_python```-```your_fullname```.
+3. Upon completion, please submit your homework via git pull request inside the [1920/mandala](/1920/mandala) directory, filename: ```mandala_python```-```your_fullname```.py
4. If you happen to copy a code from other developers, please do credit them and do your best to implement it using your own style. Points will be deducted from your total score if you fail to do so.
-5. Homework should be submitted on or before September 29, 2019.
+5. Homework should be submitted on or before February 14, 2020.
---
@@ -19,4 +19,4 @@ Don't forget to smile,

**mjsolidarios**
-
part-time-faculty | [cictwvsu](http://cictwvsu.com/) | ph
\ No newline at end of file
+
part-time-faculty | [cictwvsu](http://cictwvsu.com/) | ph
diff --git a/webgl-flower-solution.md b/webgl-flower-solution.md
deleted file mode 100644
index 60c97b7..0000000
--- a/webgl-flower-solution.md
+++ /dev/null
@@ -1,51 +0,0 @@
-## Solution for the Third Homework
-
-Class, I have coded our homework and implemented Fisher-Yates algorithm for the random colors. You may refresh the page to generate a new set.
-
-```javascript
-function setup() {
- const colors = [
- () => fill(255, 119, 126), // Shorthand function return
- () => fill(195, 34, 98),
- () => fill(18, 174, 253),
- () => fill(66, 103, 178),
- () => fill(255, 241, 145),
- () => fill(58, 135, 174),
- () => fill(239, 165, 42),
- () => fill(242, 232, 207),
- () => fill(30, 176, 137),
- () => fill(4, 73, 168),
- () => fill(253, 194, 5),
- () => fill(239, 154, 154),
- ];
- createCanvas(500, 500);
- background(200);
- translate(width / 2, height / 2);
- for (let i = 0; i < 10; i++) {
- shuffle(colors)[0](); // Using Fisher-Yates and calling the function
- ellipse(0, 30, 20, 80);
- rotate(PI / 5);
- }
- ellipse(0, 0, 30, 30);
-
-}
-
-// Fisher-Yates Algorithm
-function shuffle(array) {
- var currentIndex = array.length,
- temporaryValue, randomIndex;
-
- while (0 !== currentIndex) {
-
- randomIndex = Math.floor(Math.random() * currentIndex);
- currentIndex -= 1;
-
- temporaryValue = array[currentIndex];
- array[currentIndex] = array[randomIndex];
- array[randomIndex] = temporaryValue;
- }
-
- return array;
-}
-```
-