←︎ mzk :: 37b724d


1
commit 37b724d1dc18b28310b0a63875657f70d9a22c44
2
Author: acidvegas <acid.vegas@acid.vegas>
3
Date:   Sat Jul 13 23:27:47 2019 -0400
4
5
    Updated README
6
---
7
 README.md                                |  10 ++++++++--
8
 mzk/__pycache__/constants.cpython-37.pyc | Bin 0 -> 2215 bytes
9
 screens/circle.png                       | Bin 0 -> 89664 bytes
10
 screens/intervals_scales.png             | Bin 0 -> 172551 bytes
11
 screens/scale.png                        | Bin 0 -> 46742 bytes
12
 5 files changed, 8 insertions(+), 2 deletions(-)
13
14
diff --git a/README.md b/README.md
15
index a0bb1c1..2314d4d 100644
16
--- a/README.md
17
+++ b/README.md
18
@@ -1,5 +1,11 @@
19
 # mzk
20
 > music theory helper
21
 
22
-###### Information
23
-This repository is a work in progress
24
+![](screens/circle.png)
25
+![](screens/intervals_scales.png)
26
+![](screens/scale.png)
27
+
28
+# Information
29
+This repository originally started off as a means of using Python to learn music theory, specifcally guitar theory, since the basis of musical sound can be described mathematically *(in acoustics)* and exhibits a remarkable array of number properties.
30
+
31
+It is still a work in progress, so some functions and features may not work as excepted or at all. Would love some collaboration on this project!
32
diff --git a/mzk/__pycache__/constants.cpython-37.pyc b/mzk/__pycache__/constants.cpython-37.pyc
33
new file mode 100644
34
index 0000000..e081a07
35
Binary files /dev/null and b/mzk/__pycache__/constants.cpython-37.pyc differ
36
diff --git a/screens/circle.png b/screens/circle.png
37
new file mode 100644
38
index 0000000..f2a2871
39
Binary files /dev/null and b/screens/circle.png differ
40
diff --git a/screens/intervals_scales.png b/screens/intervals_scales.png
41
new file mode 100644
42
index 0000000..fe28e28
43
Binary files /dev/null and b/screens/intervals_scales.png differ
44
diff --git a/screens/scale.png b/screens/scale.png
45
new file mode 100644
46
index 0000000..99f2cdb
47
Binary files /dev/null and b/screens/scale.png differ