2025-10-26 11:40:29 -04:00
2025-09-04 12:52:37 -04:00
2025-10-26 11:40:29 -04:00
2025-10-26 11:40:29 -04:00
2025-10-26 11:40:29 -04:00

Enigma Machine

Recreates the functionality of the Enigma Machine from World War II.

Usage

uv run main.py [0-58] [0-58] [0-58] '[message]' 'e|d' [int]

uv run main.py 32 15 1 'This is a test.' 'e'

uv run main.py 32 15 1 'Uijt!jt!b!uftu' 'd'

Description
A Python coding exercise inspired by the Enigma Machine of World War II.
Readme 47 KiB
Languages
Python 100%