This Program uses a Caesar cipher to encrypt and decrypt messages. Users choose encoding or decoding, and specify a shift. It includes an ASCII art logo and an interactive loop.
-
Updated
Mar 17, 2024 - Python
This Program uses a Caesar cipher to encrypt and decrypt messages. Users choose encoding or decoding, and specify a shift. It includes an ASCII art logo and an interactive loop.
a utility library for declaring relative imports in Python
This Python code implements a simple Hangman game. It selects a random word from a list, allows the player to guess letters, and displays the current state of the word with underscores for unknown letters.
To run as script or module, to relative import or absolute import, to __init__.py or not, that is the question. Some experiments, for fun!
❓ Stack-Overflow Question Solution
Add a description, image, and links to the module-import topic page so that developers can more easily learn about it.
To associate your repository with the module-import topic, visit your repo's landing page and select "manage topics."