A Python package that creates a file/folder chooser with ncurses.
Project description
NFilePicker
A Python package that creats a file/folder picker
with ncurses
.
Getting Started
>>> from nfilepicker import (
... select_file,
... select_folder
... )
>>> select_file(
... 'Choose a database.',
... (
... '.db',
... '.sqlite3',
... )
... )
'/Users/person/Desktop/file.txt'
>>> select_folder('Choose a folder.')
'/usr/libexec'
Prerequisites
On Windows, this package requires the windows-curses
package.
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
nfilepicker-1.0.0.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file nfilepicker-1.0.0.tar.gz
.
File metadata
- Download URL: nfilepicker-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bd6158ff5a7053e3234d2934f94dcdb3a597695f39a26eab15f388388876c93 |
|
MD5 | 13015c24fa1999df6a188c64db7c3f38 |
|
BLAKE2b-256 | d47e4852282997241d338bf6ddbbeda0c01eb7103b1c627baed84d182f1d4fc4 |
File details
Details for the file nfilepicker-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: nfilepicker-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38146005e580b963644d052874261ee27a3d56315aef0a8b923e0392caa9bad7 |
|
MD5 | a9f5ece255f0e7a5190d977a4ea48ddc |
|
BLAKE2b-256 | 8a92ed68fffe6ee7a0d7af53ec02cf5e8b6aa5837013a912067bae2db43baff4 |