Add screenshots to README.md

This commit is contained in:
sqozz 2017-06-27 22:36:02 +02:00 committed by GitHub
parent 52441753e2
commit b07ec7a2c5
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## Ampel - Version 0.1 aka "better scm this shit"
## Ampel - Version 0.2 aka "now it's almost pretty"
This lovely piece of code is designed to display traffic lights indicating the presence or absence of anything.
It is designed to run on any OS running python3 and a reasonable modern browser. Yes, even Windows is supported
@ -6,6 +6,14 @@ but not yet tested (comming soon™).
The main porpuse is intendet for 2-3 lights indicating the availability of employees.
![dashboard](https://files.geekify.de/ampel/dashboard.png)
![management](https://files.geekify.de/ampel/management.png)
![login](https://files.geekify.de/ampel/login.png)
## Installation
1. `virtualenv -p python3 venv`
2. `source ./venv/bin/activate`