feat: Implement GUI and standalone executable

This commit is contained in:
Ramforth
2025-11-02 12:37:09 +01:00
parent 2846471d50
commit 9b0c557d9c
14 changed files with 605 additions and 492 deletions

4
__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from . import converter
from . import utils
from . import config
from . import downloader