inital commit

This commit is contained in:
2022-07-16 23:13:36 +12:00
commit 5ae6430d0e
8 changed files with 189 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-vlc = "*"
opencv-python = "*"
screeninfo = "*"
[dev-packages]
[requires]
python_version = "3.10"