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.


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.1.1.tar.gz (3.4 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.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: word_unscrambler-0.1.1.tar.gz
  • Upload date:
  • Size: 3.4 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.1.tar.gz
Algorithm Hash digest
SHA256 e5aeae1a11de387a2583553fc254d4f84eaebbd195dd08b20de3a7adad341924
MD5 fc5ac420cd572fba81020282f073e61f
BLAKE2b-256 e16b2ab688c6c6a6ed620eec4647afc1e5312ede0ea590a016515bb3ee3d7c6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for word_unscrambler-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fce2145323ff67323f1b1a3ec94cb85be0776afb9fcae11cb2758a5a03501234
MD5 a2db947d0c1a2d5b80b5aef56f4abf9b
BLAKE2b-256 4179be4669848506a5b1f3464232958ecfae35b12150358a102d518fa55fdb3b

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