Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 534 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 534 Bytes

Team Lambda Meeting Scheduler

A really simple Python script that provides a randomised order for presenting within the online daily team Lambda meetings. Run it in Python 3.6+.

Running the Script

  1. Run python3 meeting_scheduler.py.
  2. From the list presented, enter the number of each participant who is present, and push ENTER.
  3. When everyone has been selected, push ENTER once more.
  4. A randomised order of presenting is shown.

It is that simple! 🤓

Written by David Maxwell.