Skip to content

Choose the next lab meeting presenter!

Notifications You must be signed in to change notification settings

jtheinen/whosnext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Script to make a weighted random selection for the next lab meeting presenter.

How to use:

  1. Update the list of current members.
  2. Add the most recent presentations.
  3. Run python whosnext.py

Dependencies:

  • python >= 3
  • pyfiglet

Either pip install pyfiglet or conda install -c conda-forge pyfiglet

You may experience issues due to having multiple Python installations on your machine, in which case troubleshoot with:

  • Linux/MacOS: which python, python --version, whereis python, ls -ls /usr/bin/python*,
  • Windows: python --version, C:\Users\admin>py -0p

and target the specific version when installing pyfiglet python3.9 -m pip install pyfiglet (3.9 or your specific version) and running whosnext.py with python3.9 whosnext.py.

License: MIT

About

Choose the next lab meeting presenter!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%