diff --git a/README.md b/README.md index a0bb1c1..2314d4d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # mzk > music theory helper -###### Information -This repository is a work in progress \ No newline at end of file +![](screens/circle.png) +![](screens/intervals_scales.png) +![](screens/scale.png) + +# Information +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. + +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! \ No newline at end of file diff --git a/mzk/__pycache__/constants.cpython-37.pyc b/mzk/__pycache__/constants.cpython-37.pyc new file mode 100644 index 0000000..e081a07 Binary files /dev/null and b/mzk/__pycache__/constants.cpython-37.pyc differ diff --git a/screens/circle.png b/screens/circle.png new file mode 100644 index 0000000..f2a2871 Binary files /dev/null and b/screens/circle.png differ diff --git a/screens/intervals_scales.png b/screens/intervals_scales.png new file mode 100644 index 0000000..fe28e28 Binary files /dev/null and b/screens/intervals_scales.png differ diff --git a/screens/scale.png b/screens/scale.png new file mode 100644 index 0000000..99f2cdb Binary files /dev/null and b/screens/scale.png differ