Skip to main content

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

Project description

easy_file_manager

MIT License

Lets users conveniently choose multiple files.

Installation

The program can be installed from PyPi or GitHub

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

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

Usage

Python Module

from easy_file_manager import EasyFileSelect()

# Instantiate EasyFileSelect object
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.3.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