Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

nfilepicker-1.0.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page