This python encoder is a simple command line based tool for encoding and decoding text with a custom key.
- Text input and file input modes
- Customizable encoding key
Python 3 is required. You can download Python from python.org
Download / clone repository:
git clone https://github.com/olimattison/python-custom-encoder.git
To run the application, execute main.py from a command line
example usage:
py C:\path\to\main.py
- Select input mode:
- File Input Mode - uses file path inputs / outputs
- Text Input Mode - uses text inputs / outputs
- Select encoding / decoding mode
- Depending on which mode is selected you can follow the prompts to encode or decode messages
This project is open-source and available under the MIT License. For more details, see the LICENSE file in the project repository.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
Please ensure to update tests as appropriate.
For support, open an issue on the GitHub project page.