Skip to content

Commit c4bb36d

Browse files
authored
Update README.md
1 parent 9583823 commit c4bb36d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
![image](https://github.com/ScadeBlock/BetterPick/assets/89845150/43628dfe-047f-4b8f-8b67-9f12e9325938)# BetterPick
1+
# BetterPick
22
> Modern menu selection in command prompt for command lines app!
33
# How to install
44
Easily download `.py` files from `Release` tab than drag it into your Project folder.
55

66
# Examples
77
> `BetterPick` is very easy too use!
88
## For regular use:
9-
`Pick("Your menu title goes here!",["Your selection here","Sec1","Sec2"],(True or False - Multiselect) )`
9+
`Pick("Your menu title goes here!",["Your selection here","Sec1","Sec2"],(True or False - Multiselect) )`
1010
**Note:** In Default, To move up or down selection use key `W,S` . Press `Enter` to submit choose. Also in multichoose , press `Spacebar` to check a selection (To change these key , look for "Change key-binding" in Advance use below)
1111

1212
Code:
@@ -60,3 +60,5 @@ print(Pick("Programming Languages",["Python","Java","C++"],key=Key))
6060
```
6161
---
6262
**Fun Fact:** The menu title argument can be `String` or `Function`!
63+
64+
# (C) ScadeBlock

0 commit comments

Comments
 (0)