Has the ability to use multiple selection types:
- Single select
- Multiple selection
The library make use of the getch
lib on Linux and msvcrt
on Windows
Make sure to have Python and Git installed.
Open a powershell and run:
# Clone the repository
git clone https://github.com/kougen/py-advanced-selector
# Change dir
cd py-advanced-selector
# Create a virtual env
py -m venv venv
# Enter the venv
./venv/Scripts/activate
# Install the dependencies
pip install -r requirements.txt
# Start the sample.py
py test\sample.py