initial commit down a path for a possible core python tkinter gui

This commit is contained in:
Blake Harnden 2019-09-15 15:20:00 -07:00
parent c0ce07404f
commit 70ec532703
6 changed files with 450 additions and 0 deletions

15
coretk/Pipfile Normal file
View file

@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
isort = "*"
black = "==19.3b0"
[packages]
pillow = "*"
[requires]
python_version = "3.7"