Skip to content

A quick little program to display an image across a range of iPads, coordinated with external event.

Notifications You must be signed in to change notification settings

paullovessearch/MissionManager

Repository files navigation

MissionManager

Creating to manage life-missions in the real world, with a digital interface for verification of completion and awarding of badges. I'm thinking this could have a lot of interesting applications around the world for all sorts of purposes.

Installation steps:

  1. Install python 3.8 (other versions may work, this is the version I tested)

     pipenv --python 3.8
    
  2. Package installs:

     pipenv install flask
     pipenv install flask-socketio
    
  3. Run it:

     export FLASK_APP=MissionManager
     pipenv run flask run
    
    • OR: (use with care)

      pipenv run flask run --host 0.0.0.0 --port 80

About

A quick little program to display an image across a range of iPads, coordinated with external event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages