YouTubeDownloader v1.1.2
YouTube content downloader
|
▼ Executable | |
__init__.py | Exposes some parts of this python package for public usage |
check_included_packages.py | Utility script to list and check if the build executable contains only specified third party packages |
generate_executable.bat | |
generate_executable.py | Generate executable file |
generate_git_version.py | Utility script to generate a python file containing the git short SHA as a variable for the executable |
generate_setup.bat | |
generate_version_file.py | Utility script to create a version info .txt file for the executable |
setup.iss | |
▼ Installation | |
get_package_list.bat | |
install_packages.bat | |
uninstall_packages.bat | |
update_py_requirements.bat | |
update_py_requirements.py | Update version in requirement files |
▼ Source | |
▼ Controller | |
__init__.py | Exposes some parts of this python package for public usage |
main_window.py | View controller for the main window |
▼ Model | |
__init__.py | Exposes some parts of this python package for public usage |
model.py | Application data storage model |
monitor.py | Handle windows size and scale factor and update items |
▼ Util | |
__init__.py | Exposes some parts of this python package for public usage |
app_data.py | Data module (constants and functions related to path and ini file) |
colored_log.py | Logging formatter for colored log in terminal |
openpyxl_util.py | Util function for openpyxl |
▼ Views | |
__init__.py | Exposes some parts of this python package for public usage |
mainwindow_tk_ui.py | Main Window with tkinter |
▼ Worker | |
__init__.py | Exposes some parts of this python package for public usage |
downloader.py | Download Thread |
__init__.py | Exposes some parts of this python package for public usage |
app.py | Application entry file |
version.py | Version and general information |
▼ Test | |
generate_default_pylintrc.bat | |
run_autopep8.bat | |
run_mypy.bat | |
run_pylint.bat | |
create_documentation.bat | |
__init__.py | Exposes some parts of this python package for public usage |
__init__.py | Exposes some parts of this python package for public usage |
configParser.py | Load and store settings from doxyfile origin code see: https://github.com/TraceSoftwareInternational/doxygen-python-interface |
create_doxygen.py | Create doxygen documentation for project |
doxy_py_checker.py | Check parameter and return value for valid doxygen specification in python files |
doxygen_creator.py | Create doxygen documentation |
run_app.bat |