Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clemsciences/anagramme


https://github.com/clemsciences/anagramme

anagram anagram-solver classical cltk

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Anagram solver

## Installation

Used with Python 3.6 and above.

```bash
$ pip install -r requirements.txt
$ cd vue/anagramme
$ npm install
```

Instead of npm, you can use yarn.

```bash
$ pip install -r requirements.txt
$ cd vue/anagramme
$ yarn install
```

## How to use

Open a terminal.
```
$ python run.py
```

Open an other terminal.
```
$ cd vue/anagramme
$ npm run # or yarn serve
```

## Example
![Voldemort anagram](docs/anagram_voldemort.jpg)