1
0
Fork
You've already forked prompt
0
A Python library for prompts
Python 100%
2023年08月06日 21:36:35 +07:00
.gitignore Init 2023年08月06日 19:09:11 +07:00
__init__.py Init 2023年08月06日 19:09:11 +07:00
LICENSE Add MIT license 2023年08月06日 19:20:27 +07:00
README.md README 2023年08月06日 21:36:35 +07:00

prompt

A small library for selection lists, in a file with no dependency.

Installation

You can just copy the source file (__init__.py) right into your project.

Or, you can use Git submodules instead:

git submodule add https://codeberg.org/VnPower/prompt.git prompt/

This is a library I originally made for personal use, so I don't want to publish it on PYPI.