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.

    Language:Python1100
  • code-archived/SO-68554755

    ❓ Stack-Overflow Question Solution

    Language:Python0000
  • json2d/dotrelay

    a utility library for declaring relative imports in Python

    Language:Python0100
  • 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!

    Language:Python0100
  • 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.

    Language:Python10