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

https://github.com/uncledecart/rndcf

Random coffee pairs generator
https://github.com/uncledecart/rndcf

Last synced: about 1 month ago
JSON representation

Random coffee pairs generator

Awesome Lists containing this project

README

          

# rndcf
Random coffee pairs generator aiming to create unique pairs over repetitve one

Just specify names in of people in lines in file ```names.txt``` like this:

```
John Doe
Jane Doe
```

and run script:

```sh
python3 rndcf.py
```

It will generate pairs and write them to file ```prev_pairs.txt```.

The main point is to generate new pairs over simple random pairs.