Package to easily let a user select multiple files for further use
Project description
easy_file_manager
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
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.3.tar.gz
(5.1 kB
view details)
File details
Details for the file easy_file_manager-0.3.tar.gz
.
File metadata
- Download URL: easy_file_manager-0.3.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 | e9e4ab768caf10621fda0576c10d120f589743b7e46171e832dc99bab16e96c9 |
|
MD5 | 72094fd6106b3b4902a37946c62b9fe9 |
|
BLAKE2b-256 | 3a189fe763a49c47d6704e1316e1987bcef52348447d50e531fd67363b595457 |