https://github.com/yxnan/quizer
Shuffle on a name list.
https://github.com/yxnan/quizer
gui newlisp
Last synced: 4 months ago
JSON representation
Shuffle on a name list.
- Host: GitHub
- URL: https://github.com/yxnan/quizer
- Owner: yxnan
- Created: 2017-06-30T04:30:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T00:18:49.000Z (about 7 years ago)
- Last Synced: 2025-10-07T19:57:45.697Z (9 months ago)
- Topics: gui, newlisp
- Language: NewLisp
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizer
Shuffle on a name list.
# Usage
Put your name list under ```./lib```, for example ```./lib/class-one.txt```
Your ```xxx.txt``` must be in this format:
Name-1
Name-2
Name-3
...
Then input ```xxx``` and click "Commit", it should load ```./lib/xxx.txt```.
Click "Next" button to randomly choose a name!