Try out initial app made in kivymd.

This commit is contained in:
2019-11-04 17:46:25 -05:00
parent 0a5814c505
commit 08b86c44fb
7 changed files with 386 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
Pillow = "*"
kivy = "*"
kivymd = "==0.102.0"
[requires]
python_version = "3"