Initial commit

This commit is contained in:
Rich
2023-12-06 14:24:46 +00:00
commit edf0f5e06a
53 changed files with 3665 additions and 0 deletions

25
Pipfile Normal file
View File

@@ -0,0 +1,25 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
configobj = ">=5.0.6"
appdirs = ">=1.4.3"
lxml = ">=3.8.0"
titlecase = ">=0.11.0"
pygame = "*"
#pyvidplayer2 = {editable = true,git = "https://github.com/ree1261/pyvidplayer2.git"}
[dev-packages]
pylint = "*"
flake8 = "*"
#cx-freeze = {editable = true,git = "https://github.com/anthony-tuininga/cx_Freeze.git"}
yapf = "*"
black = "*"
[requires]
python_version = "3.11"
[pipenv]
allow_prereleases = true