Added README

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-02-02 10:50:59 +01:00
parent e7b56fa634
commit 36138f3822
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Mettallibruh
> Generates new and original lyrics from a set of existing lyrics.
## Format
The input file should be formatted such as:
- one line <=> one sentence
- sentences should end with dots, always
## How to use
```bash
cargo run --release -- ./input
```
> This was made as a quick implementation for an idea.