Package to easily let a user select multiple files for further use
Project description
easy_file_manager
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file easy_file_manager-0.4.tar.gz.
File metadata
- Download URL: easy_file_manager-0.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f8a59ff9f126e849ca4792594b922eeb9383feadccfd3ccf36916df964bf119
|
|
| MD5 |
1f4f642a995253840ad8a29aae009d29
|
|
| BLAKE2b-256 |
35c44c0e3bad4a5e655fea7877a887bb75cb07b499be70cd0005c2698de12181
|