https://github.com/clemsciences/anagramme
https://github.com/clemsciences/anagramme
anagram anagram-solver classical cltk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clemsciences/anagramme
- Owner: clemsciences
- Created: 2020-01-08T22:49:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:34:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T20:18:23.972Z (about 1 year ago)
- Topics: anagram, anagram-solver, classical, cltk
- Language: Python
- Homepage: https://www.clementbesnier.fr/anagramme/
- Size: 1.72 MB
- Stars: 3
- Watchers: 2
- 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
