mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
1.2 KiB
1.2 KiB
Directory Listing
- images: image assets such as executable icons
- locale: language locale files (.po, .mo)
- pyinstaller: PyInstaller-specific files
- wrappers: binary Python wrappers/bindings
- bilogger.py: bidirectional logger
- build.ps1: release building script
- exceptions.py: custom exceptions
- image_cleaner.py: upscaled images cleaner
- progress_monitor.py: upscaling progress monitor
- requirements.txt: Python requirements for pip
- upscaler.py: main upscaler class
- video2x.pot: project i18n POT translation file
- video2x.py: command line interface
- video2x.yaml: configuration file
- video2x_gui.py: graphical user interface
- video2x_gui.pyproject: QtCreator project file
- video2x_gui.ui: GUI UI file (defines GUI layout)
- video2x_setup.py: automatic setup script for Windows
- video2x_setup_ubuntu.sh: automatic setup script for Ubuntu