Skip to main content

A python module that unscrambles characters into words

Project description

Word Unscrambler

Downloads

This Python module, word_unscrambler, is a versatile and user-friendly tool designed to find all word combinations from a set of letters. This module provides a reliable way to find these combinations, handling various scenarios, including input validation and error handling.

Table of Contents

Installation

To use the word_unscrambler module, you can simply install it using pip from the command line. Make sure to install word_unscrambler to the right python version (3.x), otherwise it will not work. There is no need to install other modules, as the required modules will be install when you install it using pip.

pip install word_unscrambler

Usage

You can use the unscramble function provided by the word_unscramble module to discover which words can be made from any combination of characters. Here's a basic example:

import word_unscrambler as w

result = w.unscramble('enam')
print(result)  # Output: ['name', 'amen', 'mean', 'mane']

Documentation

The word_unscrambler module includes detailed documentation in the form of docstrings. These docstrings provide information about the module's purpose, function arguments, return values, and usage examples. You can access this documentation using Python's built-in help() function or by viewing the docstrings directly in your code editor.

import word_unscrambler as w

help(w.unscramble)

Features

  • Input Validation: The module ensures that input is all in the same case.

  • Error Handling: If an invalid input is provided, the function will not break and will still return None.

  • Interactive Mode: When run as a script, the module enters an interactive mode, allowing users to unscramble any word of their choice.

  • Documentation: The module includes docstrings that provide information about its purpose, usage, and examples, making it easy for users to understand and use.

Contributing

Contributions to this project are welcome! If you'd like to improve the module, fix a bug, or add a new feature, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and test them thoroughly.
  4. Commit your changes and push them to your fork.
  5. Open a pull request against the original repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

word_unscrambler-0.1.2.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

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

word_unscrambler-0.1.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file word_unscrambler-0.1.2.tar.gz.

File metadata

  • Download URL: word_unscrambler-0.1.2.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.0

File hashes

Hashes for word_unscrambler-0.1.2.tar.gz
Algorithm Hash digest
SHA256 06c181397af4227d63bf460535833f3b785c24b1ae3a88fbfbcba17fa4f7bc5b
MD5 aae0d3da90df0bf08da396399c7ef506
BLAKE2b-256 2accb1c8aa897a4433f1b222a479b3182e431edcf2cc0bef804f71542046f4b6

See more details on using hashes here.

File details

Details for the file word_unscrambler-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for word_unscrambler-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 59e6f8bee6c5ab5b215498c4a35cfbff0ad0af2b9caa256638a7ddc89e473723
MD5 dff9dffe28c77484f0f2c631076f4faf
BLAKE2b-256 4b379131f219296300c977421a40f580eecc2b12f959a130cb2fef7464fdc09a

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