Skip to content

A PySide based desktop app to monitor your favorite Urban Terror servers!

Notifications You must be signed in to change notification settings

salmanmorshed/little-snakey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little Snakey

The Cross OS Urban Terror Server Monitor

Installation

The application was built on top of PySide and Python. We're working on building stand alone binaries but until we release those, you have to install the dependencies manually to use it. Don't be scared, it's quite easy in fact!

Windows

(1) Install Python - http://www.python.org/ftp/python/2.7/python-2.7.msi

(2) Install PySide - http://releases.qt-project.org/pyside/PySide-1.1.2.win32-py2.7.exe

(3) Go to src directory and double click main.py

OS X

(1) It's better to do a separate Python installation using homebrew if you haven't done already -

$ brew install python

(2) Install PySide using Homebrew -

$ brew install pyside

(3) Now you can just run:

$ ./run

The application should run!

(If you use another package installer for OS X like macports or fink, I have strong belief that you know what to do)

Linux

Ubuntu -

(1) Python comes built in. (2) Install Pyside:

$ sudo apt-get install pyside

(3) Run:

$ ./run

Issues? Bug Reports?

Rport them here - https://github.com/urtbd/little-snakey/issues

About

A PySide based desktop app to monitor your favorite Urban Terror servers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%