Initial commit

This commit is contained in:
2021-06-23 13:35:35 +05:00
commit 058e3fe762
7 changed files with 577 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
parse = "*"
eyed3 = "*"
ffmpeg-python = "*"
pyinstaller = "*"
mutagen = "*"
[dev-packages]
[requires]
python_version = "3.9"