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'`
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.