dieterpy.tools package
Submodules
dieterpy.tools.create_project module
- dieterpy.tools.create_project.bar_progress(*args)[source]
Prints actual progress in format: “Downloading: 80% [8 / 10] kilobyte” :Parameters: * current (int) – Current download.
total (int) – Total number of downloads.
- dieterpy.tools.create_project.copy_to_user_data_dir(location=None)[source]
Copies files to user data directory.
- Parameters:
location (str, optional) – Location to which files should be copied. Defaults to None.