mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
.. | ||
images | ||
locale/zh_CN/LC_MESSAGES | ||
pyinstaller | ||
wrappers | ||
bilogger.py | ||
build.ps1 | ||
exceptions.py | ||
generate_pot.ps1 | ||
image_cleaner.py | ||
progress_monitor.py | ||
README.md | ||
requirements.txt | ||
upscaler.py | ||
video2x_gui.py | ||
video2x_gui.pyproject | ||
video2x_gui.ui | ||
video2x_setup_ubuntu.sh | ||
video2x_setup.py | ||
video2x.pot | ||
video2x.py | ||
video2x.yaml |
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