Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 298 Bytes

File metadata and controls

13 lines (11 loc) · 298 Bytes

#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

  1. start python / IDLE
  2. load info_main.py
  3. run (F5)

###Linux

  1. open the terminal
  2. change the folder to src (use cd)
  3. do python info_main.py