Skip to main content

Package to easily let a user select multiple files for further use

Project description

easy_file_manager

MIT License

Opens a window to let users conveniently choose multiple files.

Installation

# From PyPi
python -m pip install easy-file-manager

# From GitHub.com
python -m pip install git+https://github.com/lstuma/easy_file_manager

# From GitLab.com
python -m pip install git+https://gitlab.com/lstuma/easy_file_manager

Usage

Python Module

from easy_file_manager import easy_file_manager

# Instantiate EasyFileSelect object
file_manager = easy_file_manager.EasyFileSelect()

# Open file selection: Returns filepaths
filepaths = file_manager.file_selection()

Project details


Download files

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

Source Distribution

easy_file_manager-0.4.tar.gz (5.1 kB view hashes)

Uploaded Source

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