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/list.db'
>>> select_folder('Choose a folder.')
'/usr/libexec'
Prerequisites
On Windows, this package requires the windows-curses
package.
Features
Version 1.0.1 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.1.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file nfilepicker-1.0.1.tar.gz
.
File metadata
- Download URL: nfilepicker-1.0.1.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 | ffee8032da0963afa9559fc6f125acc7ce8e7175df09b0b23667edcacac738e4 |
|
MD5 | 87cdb690ce40fa7105bea448f6f18742 |
|
BLAKE2b-256 | f0c742050b6ad96a5980c1a967262ac41c72447998432414c639e964dfd33c88 |
File details
Details for the file nfilepicker-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: nfilepicker-1.0.1-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 | 14b010cc97459ecb724c0e9b7b0d1de715e15d17fe4041542f34877a36d36812 |
|
MD5 | 31549cd4dd4083198081a4340172617c |
|
BLAKE2b-256 | e92651718435b3a024ffc49f0d7d8d38496d810986ffc77d40bbea3074e07608 |