Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.19 KB

Python Custom Encoder

This python encoder is a simple command line based tool for encoding and decoding text with a custom key.

Features

  • Text input and file input modes
  • Customizable encoding key

Prerequisites

Python 3 is required. You can download Python from python.org

Installation

Download / clone repository:

git clone https://github.com/olimattison/python-custom-encoder.git

Usage

To run the application, execute main.py from a command line

example usage: py C:\path\to\main.py

  1. Select input mode:
    1. File Input Mode - uses file path inputs / outputs
    2. Text Input Mode - uses text inputs / outputs
  2. Select encoding / decoding mode
  3. Depending on which mode is selected you can follow the prompts to encode or decode messages

License

This project is open-source and available under the MIT License. For more details, see the LICENSE file in the project repository.

Contributions

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.

Support

For support, open an issue on the GitHub project page.