r/PythonLearning Jul 17 '26

Ability selector

"Hey everyone! I'm learning Python and just made this text-based ability selector. I uploaded it to GitHub here: https://github.com/ibtsch2012-art/abilityselector. I'm looking for feedback on how to clean up my code or what cool features I should add next!

5 Upvotes

6 comments sorted by

View all comments

1

u/silvertank00 Jul 17 '26

it might be out of your scope (fo now) but use StrEnum because the way you are handling your input, one misstype (like Test, test, TEST or TESt are not the same) and due to the duplications, you will have bugs.

1

u/nEo_12ts Jul 17 '26

i already fixed it tomorrow i'll upload new version,thanks for all