Python-scramble-ng is a fork of python-scramble by twstewart42, which is abandoned. This fork aims to fix it to work with the latest versions of the python language while also adding a few preferences of my own, like using command-line arguments instead of inputs, fixing some bugs and unhandled exceptions
- Fully implement the command-line system replacing the old input-based system.
- Implement guard clauses to replace the nested if statements
- Implement the descrambling logic
- Implement more scrambling algorithms that I've created years ago (Like line-line scrambling and center scrambling)