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
- Host: GitHub
- URL: https://github.com/uncledecart/rndcf
- Owner: uncleDecart
- License: gpl-3.0
- Created: 2021-03-07T16:16:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T17:03:55.000Z (over 5 years ago)
- Last Synced: 2025-02-23T05:44:50.776Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.