module-import
There are 5 repositories under module-import topic.
B3TA-BLOCKER/Caesar-Cipher
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.
code-archived/SO-68554755
❓ Stack-Overflow Question Solution
json2d/dotrelay
a utility library for declaring relative imports in Python
lxwvictor/pythonmoduleimport
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!
B3TA-BLOCKER/Hangman
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.