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.
Release files for nfilepicker 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nfilepicker-1.0.2.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nfilepicker-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / nfilepicker-1.0.2.tar.gz
| Download URL | nfilepicker-1.0.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
47bfbc14a1d0f18336f4e34618a6ca191e8026392aa7f5ddf36322674e4a21eb
|
|
BLAKE2b-256 checksum How to use checksums |
fa13ca2a4ea6305e3a27177a3c31d2eb01237d3899ba1786ffcd49bb8f505447
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / nfilepicker-1.0.2-py3-none-any.whl
| Download URL | nfilepicker-1.0.2-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c3b8df8595da6ad4914030bf1154681791158956919ccee3d08d53629e4bd04
|
|
BLAKE2b-256 checksum How to use checksums |
ab7528cded8d8c7192583645bfd52c6805df3b4f5a7cd5b805f40c3b1c2c6656
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|