Skip to main content

A simple python program that extracts all the files from a directory. (Not including folders)

Project description

Folder-Unpacker

A simple python program that extracts all the files from a directory. (Not including folders)

  • Useful when dealing with a directory with several sub-directories.

Installation

Use the package manager pip to install foobar.

pip install FolderUnpacker

Usage

from FolderUnpacker import FileUnpack

files_init = FileUnpack(input_path, output_path) # Initializes the unpacker
files_init.unpack() # Imports all the files in the input dir into the output dir

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

FolderUnpacker-0.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page