feat:(anime screen):add basic error handling

This commit is contained in:
Benex254
2024-08-05 09:46:58 +03:00
parent 3e68afc656
commit ed713375ef
13 changed files with 118 additions and 80 deletions

View File

@@ -1,33 +0,0 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "AniXStream"
version = "0.0.1"
authors = [
{ name="Benex254", email="benexprojects@gmail.com" },
]
description = "A wrapper over all and every anime cli or package"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"kivy",
"plyer",
"fuzzywuzzy",
"python-Levenshtein",
"kivymd @ https://github.com/kivymd/KivyMD/archive/master.zip",
"ffpyplayer",
"pytube",
"animdl"
]
[project.urls]
Homepage = "https://github.com/benex254/aniXstream"
Issues = "https://github.com/benex254/aniXstream"
[project.scripts]
anixstream="anixstream.__main__:run_app"