Skip to content

Commit 47920a2

Browse files
authored
Merge pull request #3 from RjManhas/patch-2
Update README.md
2 parents 2a6addc + e83fc57 commit 47920a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Interactive Python Menu
22

33
This Python script provides a simple interactive menu using the `keyboard` library. Users can navigate through the menu options using arrow keys and select an option by pressing Enter.
4-
Keep in mind this project is simple and probbably i wont care to fix errors but issues tab are yours!
4+
Keep in mind this project is simple and I probably won't care to fix errors but the issues tab is yours!
55
## Features
66

77
- Navigate through menu options using the arrow keys.
88
- Select an option by pressing `Enter` or the `right arrow` key.
9-
- Cross-platform support for colored output.
9+
- Cross-platform support for coloured output.
1010

1111
## Demo
1212

@@ -37,10 +37,10 @@ print(colorama.Fore.GREEN + f"Selected {menu.selected}")
3737
## Plans
3838
1. Add style presets
3939
2. Center Menu (pystyle lib)
40-
3. Find way to only supress arrow keys in terminal not whole system
41-
4. Make large options (>10) list split i half
42-
5. Allow user get index number of user choice
43-
6. Add proper exceptions handling
40+
3. Find a way to only suppress arrow keys in the terminal not whole system
41+
4. Make large options (>10) list split in half
42+
5. Allow the user get the index number of user choice
43+
6. Add proper exception handling
4444

4545
## License
4646
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)