YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  Executable
 __init__.pyExposes some parts of this python package for public usage
 check_included_packages.pyUtility script to list and check if the build executable contains only specified third party packages
 generate_executable.bat
 generate_executable.pyGenerate executable file
 generate_git_version.pyUtility script to generate a python file containing the git short SHA as a variable for the executable
 generate_setup.bat
 generate_version_file.pyUtility 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.pyUpdate version in requirement files
  Source
  Controller
 __init__.pyExposes some parts of this python package for public usage
 main_window.pyView controller for the main window
  Model
 __init__.pyExposes some parts of this python package for public usage
 model.pyApplication data storage model
 monitor.pyHandle windows size and scale factor and update items
  Util
 __init__.pyExposes some parts of this python package for public usage
 app_data.pyData module (constants and functions related to path and ini file)
 colored_log.pyLogging formatter for colored log in terminal
 openpyxl_util.pyUtil function for openpyxl
  Views
 __init__.pyExposes some parts of this python package for public usage
 mainwindow_tk_ui.pyMain Window with tkinter
  Worker
 __init__.pyExposes some parts of this python package for public usage
 downloader.pyDownload Thread
 __init__.pyExposes some parts of this python package for public usage
 app.pyApplication entry file
 version.pyVersion and general information
  Test
 generate_default_pylintrc.bat
 run_autopep8.bat
 run_mypy.bat
 run_pylint.bat
 create_documentation.bat
 __init__.pyExposes some parts of this python package for public usage
 __init__.pyExposes some parts of this python package for public usage
 configParser.pyLoad and store settings from doxyfile origin code see: https://github.com/TraceSoftwareInternational/doxygen-python-interface
 create_doxygen.pyCreate doxygen documentation for project
 doxy_py_checker.pyCheck parameter and return value for valid doxygen specification in python files
 doxygen_creator.pyCreate doxygen documentation
 run_app.bat