Skip to main content

Testing installation of Package

Project description

enigma_machine

A python package that allows a user to encrypt a message, simulating an enigma machine.

Examples

from enig import Enigma_Machine 
mac=Enigma_Machine()
print(mac.rotor1,mac.rotor2,mac.rotor3)
>>> 1 1 1
mac.random_rotors()
print(mac.rotor1,mac.rotor2,mac.rotor3)
>>> 14 12 20
res=mac.result("Hello, World!")
>>> shbkh, tgoye!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enig-0.0.4.tar.gz (18.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page