Skip to main content

A python module that unscrambles characters into words

Project description

Word Unscrambler

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.


This `README.md` file provides an overview of your project, including installation instructions, usage examples, documentation access, features, contribution guidelines, and licensing information. You can further customize it to match the specifics of your project if 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

word_unscrambler-0.0.1.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.0.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: word_unscrambler-0.0.1.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.0.1.tar.gz
Algorithm Hash digest
SHA256 ff5adebba514cc3c36db9d087e305fdccfeaef7aa6a047dc70cffa75f75eddba
MD5 fc097d38dec2b4313cdd405f9234c909
BLAKE2b-256 c3ec3435b936f9f650613c4c306b36f3fc6336065d2b7d7de4066598092740a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for word_unscrambler-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 18cf04a34d1d4df4f50ec733a70b3ed047a8cba08153086e96a90bcb40bfe71b
MD5 7d966ac569f3a5caac69e41fcecec1e7
BLAKE2b-256 45b821e244e87d73d8a5f6a41709fa6670285ae7402d1d7889fac86cb88a11c6

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