Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
Solve anagrams from the command line
- Host: GitHub
- URL: https://github.com/patrickleweryharris/anagram-solver
- Owner: patrickleweryharris
- License: mit
- Created: 2016-08-30T18:48:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T00:25:12.000Z (over 5 years ago)
- Last Synced: 2024-07-17T12:55:42.722Z (4 months ago)
- Topics: anagram-solver, command-line, python
- Language: Python
- Homepage:
- Size: 749 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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