Project outline completed

This commit is contained in:
Boyan 2023-06-03 21:33:52 +03:00
commit 211fdb1077
3 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
![Banner](assets/Banner.png)
## Simple random choice maker
Quite self-explanatory I believe. It's a random choice maker with a little wheel animation. Written in Python QT5.
### Usage
`python picker.py --choices=choice1, choice2, "Choice with spaces"`
Or you can create a json file with this structure:
```
{
choices: [
"Choice 1",
"Choice 2",
"Choice 3"
],
}
```
And running:
`python picker.py --file file.json`

BIN
assets/Banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
assets/Picker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB