Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemsciences/anagramme
https://github.com/clemsciences/anagramme
anagram anagram-solver classical cltk
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clemsciences/anagramme
- Owner: clemsciences
- Created: 2020-01-08T22:49:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:34:36.000Z (over 1 year ago)
- Last Synced: 2024-10-03T10:24:10.137Z (about 1 month ago)
- Topics: anagram, anagram-solver, classical, cltk
- Language: Python
- Homepage: https://www.clementbesnier.fr/anagramme/
- Size: 1.72 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)