Skip to content

lucasDebugDude/alphanumeric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ALPHANUMERIC ENCODER / DECODER

Video Demo: <URL HERE>

Description:

Alphanumeric Encoder / Decoder is a bidirectional translator that encodes and decodes text combining ROT13 logic with alphanumeric and symbolic representations.

Features:

  • Bidirectional translation: Alphabetic → Alphanumeric and Alphanumeric → Alphabetic
  • ROT13 cipher for letters, ROT5 for digits
  • Encodes punctuation, math operators, and powers of ten
  • Distinguishes uppercase and lowercase letter
  • Text-based interface running in the terminal

Installation:

  1. Clone the repository:
    git clone https://github.com/lucasDebugDude/alphanumeric.git
    cd alphanumeric
  2. Run the application:
    python alphanumeric.py
    

Usage:

  1. Choose an option:
    • Type 1 to encode a message.
    • Type 2 to decode a message.
    • Type 3 to exit the program.
  2. Follow on-screen prompts to input and receive output

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Created by Lucas Lopes.

About

My project is a bidirectional translator that encodes and decodes text combining ROT13 logic with alphanumeric and symbolic representations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages