Skip to main content

Encrypts/decrypts messages and includes games of Rock, Paper, Scissors (RPS) and Snake, Water, Gun (SWG).

Project description

multiworks Module

The multiworks module provides various utility functions, including text encryption/decryption and fun interactive games. Below are the detailed descriptions of the available functions:

enc Function

The enc function encrypts a given plaintext message using a custom algorithm. This function is ideal for obfuscating sensitive information before storing or transmitting it.

How to Use

Import the module:

import multiworks

message = "Hello, World!" encrypted_message = multiworks.enc(message) print(f"Encrypted Message: {encrypted_message}")

dec Function

The dec function decrypts a previously encrypted message back into its original plaintext form. This function is essential for reading messages that were encrypted using the enc function.

How to Use

Import the module:

import multiworks

Decrypt a message:

encrypted_message = "EncryptedMessageHere" decrypted_message = multiworks.dec(encrypted_message) print(f"Decrypted Message: {decrypted_message}")

RPS Function

The RPS function is a classic game of Rock, Paper, Scissors. This timeless game is a great way to settle simple disputes or just have some fun. Each choice beats one of the other two options:

Rock (0): Rock crushes Scissors but is covered by Paper. Paper (1): Paper covers Rock but is cut by Scissors. Scissors (2): Scissors cut Paper but are crushed by Rock.

How to Play

Call the RPS() function to start the game. The function will prompt you to choose between Rock, Paper, and Scissors.

Enter your choice as follows:

0 for Rock 1 for Paper 2 for Scissors

The function will then randomly select its own choice. The function will compare the two choices and determine the winner based on the rules above. The result of the game will be displayed, showing whether you won, lost, or if it was a tie.

Example

import multiworks

result = multiworks.RPS() print(result) # Start the game

SWG Function

The SWG function is a simple, fun, and interactive game inspired by the classic rock-paper-scissors. In this game, you have three choices: Snake, Water, and Gun. Each choice beats one of the other two options:

Snake (0): Snake drinks Water but is shot by Gun. Water (1): Water douses Gun but is drunk by Snake. Gun (2): Gun shoots Snake but is doused by Water.

How to Play

Call the SWG() function to start the game. The function will prompt you to choose between Snake, Water, and Gun.

Enter your choice as follows:

0 for Snake 1 for Water 2 for Gun

The function will then randomly select its own choice. The function will compare the two choices and determine the winner based on the rules above. The result of the game will be displayed, showing whether you won, lost, or if it was a tie.

Example

import multiworks

result = multiworks.SWG() print(result) # Start the game

Summary

The multiworks module's enc and dec functions provide a straightforward way to secure your messages through encryption and decryption. Additionally, the module includes the RPS and SWG functions for some lighthearted entertainment. These functions are easy to use and integrate into your projects, ensuring that your sensitive information remains protected and offering a fun diversion when needed.

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

multiworks-0.2.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

multiworks-0.2.1-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file multiworks-0.2.1.tar.gz.

File metadata

  • Download URL: multiworks-0.2.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for multiworks-0.2.1.tar.gz
Algorithm Hash digest
SHA256 1727534e8c2acd860e58b897bf2d04222795a3548d8e2b8dcf7870cabe4e227c
MD5 5ba3fd2393760a7b3d0b022c2f667ee7
BLAKE2b-256 640f7bf608a21c3130cde17d822d1129fd03be766677665b50cc3cb8ef86bd3a

See more details on using hashes here.

File details

Details for the file multiworks-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: multiworks-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for multiworks-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 69ff1fac5d9d58ec8f2f67a6d634f9c7a2b7e88f7c53682a7e8ae68e1c26e2cb
MD5 d4b661d74781874fb61f1b5f9d12c514
BLAKE2b-256 6eb79a0ade4dcf4c526cfd25439219ed6b7f53b7eafe1f5619ee2d6e13d937db

See more details on using hashes here.

Supported by

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