Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Joyner committed Jan 28, 2020
0 parents commit eaba311
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
![surviv.io](https://crazynite-io.com/img/surviv-io.jpg)

# Surviv.io Desktop

A stand-alone desktop app for [surviv.io](https://surviv.io) written in python.

# Requirements

* Python 3

* `pip install --user -r requirements.txt`
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PyQt5==5.14.1
PyQt5-sip==12.7.0
PyQtWebEngine==5.14.0
pywebview==3.2
4 changes: 4 additions & 0 deletions surviv.io.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/python3
import webview
webview.create_window('Surviv.io', 'https://surviv.io', fullscreen=True)
webview.start(gui='qt')

0 comments on commit eaba311

Please sign in to comment.