https://github.com/erickrus/enigma
https://github.com/erickrus/enigma
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erickrus/enigma
- Owner: Erickrus
- Created: 2021-07-05T06:33:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T02:06:39.000Z (about 4 years ago)
- Last Synced: 2025-01-11T22:29:20.341Z (9 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Enigma Machine
This is an Enigma machine, written by Eric 2021.
This code based on Mike Pound's github repository:
https://github.com/mikepound/enigma .
It is completely rewritten in pure Python code.If you want to run the machine, use following command line
`
python3.6 enigma.py
`