Skip to content

davep/textual-fspicker

Repository files navigation

textual-fspicker

Introduction

This library provides a simple set of filesystem navigation and picking dialogs The aim is to provide "ready to go" dialogs that should also be fairly easy to tailor to your own applications.

Opening a file Saving a file

Installing

The package can be installed with pip or related tools, for example:

$ pip install textual-fspicker

Using the library

Please see the main documentation for the library for details on how to use it.

TODO

See the TODO tag in issues to see what I'm planning.