python-tools-and-games
python-tools-and-games copied to clipboard
🌊 [Feature] Enhance existing tools
TODO:
-
Fixing typos if any
-
Make code more readable and concise
-
Make it better looking. eg. adding ASCII art if runs on CLI, better display if runs on GUI, etc.
-
You are more than welcome to try out games and tools and suggest if you can think of any improvements!
Hi AseanK, I want try to help. Do you have any specific enhancement's criteria, or which tools are open to enhance ?
Hi AseanK, I want try to help. Do you have any specific enhancement's criteria, or which tools are open to enhance ?
Hello, all of them are open! Personally, I'd like the encoding
to have multiple encoding types (unicode, base64, etc.) or the NATO_translator
to translate the whole sentence. I mean, you're welcome to try out and see if you have any suggestions!
Hi @AseanK,
I'd be happy to help. Are there any specific upgrades or enhancements you'd like me to make that still haven't been implemented?
Hello! @rexbrandy
I can think of two enhancements for now
- adding encryption to
tools/encode.py
(cryptography libraries or custom algorithm) - customized betting amount for
games/gambler.py
You're welcome to try out our games and tools and see if you can spot any room for enhancement or even typos!
@AseanK
Cool happy to jump into both. Quick question, what are the use cases for tools/encode.py
?
@rexbrandy
The use case for tools/encode.py
is to encrypt/decrypt the entered string.
Right now, the program uses the Caesar Cipher as encryption.
In this case, the shift
variable is the key to encode/decode.
@AseanK, I wish to enhance a few of the games too! Could you please assign this to me?