python-tools-and-games icon indicating copy to clipboard operation
python-tools-and-games copied to clipboard

🌊 [Feature] Enhance existing tools

Open AseanK opened this issue 1 year ago • 7 comments

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!

AseanK avatar Jun 01 '23 09:06 AseanK

Hi AseanK, I want try to help. Do you have any specific enhancement's criteria, or which tools are open to enhance ?

viktoriussuwandi avatar Jun 01 '23 15:06 viktoriussuwandi

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!

AseanK avatar Jun 01 '23 19:06 AseanK

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?

rexbrandy avatar Oct 31 '23 18:10 rexbrandy

Hello! @rexbrandy

I can think of two enhancements for now

  1. adding encryption to tools/encode.py (cryptography libraries or custom algorithm)
  2. 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 avatar Oct 31 '23 19:10 AseanK

@AseanK

Cool happy to jump into both. Quick question, what are the use cases for tools/encode.py?

rexbrandy avatar Oct 31 '23 20:10 rexbrandy

@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 avatar Oct 31 '23 20:10 AseanK

@AseanK, I wish to enhance a few of the games too! Could you please assign this to me?

ruchit-t avatar Dec 02 '23 09:12 ruchit-t