Easy Zoom queueing.
Some meeting waitlists are confusing and isolating for those waiting for help, but this queueing app makes it easy to immediately bring everyone into Zoom where they will see a welcome message and precise wait times. Depending on how you will use zq, you might find this short guide on how to open multiple Zooms helpful (the guide uses Windows but it also works for Macs and possibly Linux).
zq.intro.mp4
- Simple controls with a smart queue. The timers automatically pause, unpause, or reset in many situations when they should.
- A sound notifies you when a timer has run out.
- Names and wait times are saved automatically so the app can be restarted any time if needed.
- Many intuitive keyboard shortcuts (see below), but you will probably only need a few of them.
- A clean look. No buttons on screen means no confusion for guests.
- Add style and color. In the settings you can change text style with HTML tags or like this: [b]this will be bold[/b] and [u]this will be underlined[/u], and you can change the color using hex color codes like this: [#00ff00]this text will be green[/], [#fa1a1a]this will be bright orange[/].
Windows users, click here to download zq.
Mac and Linux users can use the app by downloading and running the source code following the instructions below.
installing from source
- Install Python 3.10 if you haven't already.
- Use
git clone https://github.com/wheelercj/zq.gitwhere you want the project's folder to appear andcdinto the new folder. - Use
pip install -r requirements.txtto install the app's dependencies. - Run the app with
py src/zqorpython3 src/zq.
htoggles keyboard shortcut help.@shows info about this app.+or-to increase or decrease font size.oopens the settings.aallows you to enter a student's name to add them to the queue.nbrings the next student to the front of the queue, and rotates the previously front student to the end.zundoes the previousnkeypress.!removes the last student in the queue.?removes a student from the queue by name.badds a 5-minute break to the end of the queue.$randomizes the order of the queue.mtoggles the meeting mode between group and individual meetings.homechanges the meeting mode to display a message saying tutoring hours will start soon.endchanges the meeting mode to display a message saying tutoring hours will soon end.korspacepauses/unpauses the individual meetings timer.jadds 5 seconds to the individual meetings timer.lsubtracts 5 seconds from the individual meetings timer.left arrowadds 30 seconds to the individual meetings timer.right arrowsubtracts 30 seconds from the individual meetings timer.rresets the individual meetings timer.dallows you to change the individual meetings duration (in minutes).Ctrl/Cmd+wcloses the app.F11toggles fullscreen.