Project outline completed
This commit is contained in:
commit
211fdb1077
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
||||

|
||||
|
||||
## 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
BIN
assets/Banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
BIN
assets/Picker.png
Normal file
BIN
assets/Picker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user