A Python package that creates a file/folder chooser with ncurses.
Project description
NFilePicker
A Python package that creates 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/list.db'
>>> select_folder('Choose a folder.')
'/usr/libexec'
Prerequisites
On Windows, this package requires the windows-curses
package.
Features
Version 1.0.2 has the ability to select files case insensitively. This version of NFilePicker will display ABC123.JPG (Note the capitalized 'JPG') as a *.jpg file.
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.2.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file nfilepicker-1.0.2.tar.gz
.
File metadata
- Download URL: nfilepicker-1.0.2.tar.gz
- Upload date:
- Size: 2.8 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 | 47bfbc14a1d0f18336f4e34618a6ca191e8026392aa7f5ddf36322674e4a21eb |
|
MD5 | ed6ee6057ef8ed19eaaccda4a562ab0a |
|
BLAKE2b-256 | fa13ca2a4ea6305e3a27177a3c31d2eb01237d3899ba1786ffcd49bb8f505447 |
File details
Details for the file nfilepicker-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: nfilepicker-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 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 | 7c3b8df8595da6ad4914030bf1154681791158956919ccee3d08d53629e4bd04 |
|
MD5 | 8de515b1c45ff9edaedf6f1c4a156860 |
|
BLAKE2b-256 | ab7528cded8d8c7192583645bfd52c6805df3b4f5a7cd5b805f40c3b1c2c6656 |