Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patrickleweryharris/anagram-solver

Solve anagrams from the command line
https://github.com/patrickleweryharris/anagram-solver

anagram-solver command-line python

Last synced: about 2 months ago
JSON representation

Solve anagrams from the command line

Awesome Lists containing this project

README

        

# anagram-solver
![python](https://img.shields.io/badge/python-3-blue.svg?style=flat-square)
[![pypi](https://img.shields.io/badge/pypi-v1.1.0-blue.svg?style=flat-square)](https://pypi.python.org/pypi/anagram-solver) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/patrickleweryharris/anagram-solver/blob/master/LICENSE) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Solve anagrams from the command line

A python command line tool that provides solutions to anagrams. Solutions come from a list of words that includes 99172 common english words.

## Table of Contents

- [Installation](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## Install

**Note: anagram-solver requires python3**

```shell
$ pip install anagram-solver
```
## Usage

```shell
$ anagram_solver # Your anagram here!
```
*Output:*
```shell
Solutions:
# Solutions here!
```

## Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © Patrick Harris