#Info Screen Server This is an application which can create a simple info screen, which runs in the web browser.
##How to run a server? ###Windows
- start python / IDLE
- load info_main.py
- run (F5)
###Linux
- open the terminal
- change the folder to src (use cd)
- do python info_main.py