All Projects → mazurwiktor → Albion Online Stats

mazurwiktor / Albion Online Stats

Licence: other
Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Albion Online Stats

Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+1085.57%)
Mutual labels:  qt5
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+1228.87%)
Mutual labels:  qt5
Fastqt
FastQC port to Qt5: A quality control tool for high throughput sequence data.
Stars: ✭ 92 (-5.15%)
Mutual labels:  qt5
Liszt
A personal organization software with a script engine for automation
Stars: ✭ 72 (-25.77%)
Mutual labels:  qt5
Xi Qt
A Qt front-end for xi-editor. Experimental (WIP)
Stars: ✭ 85 (-12.37%)
Mutual labels:  qt5
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (-8.25%)
Mutual labels:  qt5
Guitar
Git GUI Client
Stars: ✭ 1,136 (+1071.13%)
Mutual labels:  qt5
Qtrpi
An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
Stars: ✭ 93 (-4.12%)
Mutual labels:  qt5
Zdownloader
zdownloader is a download manager for ZippyShare, Google Drive and MegaUp services
Stars: ✭ 88 (-9.28%)
Mutual labels:  qt5
Diceparser
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
Stars: ✭ 90 (-7.22%)
Mutual labels:  qt5
Qtfm
Qt File Manager
Stars: ✭ 73 (-24.74%)
Mutual labels:  qt5
Borg Backup Gui
BORG BackUP GUI is a simple GUI for managing Borg backups. Currently I am developing some extensions.
Stars: ✭ 77 (-20.62%)
Mutual labels:  qt5
Qtbase
Qt Base (Core, Gui, Widgets, Network, ...)
Stars: ✭ 1,298 (+1238.14%)
Mutual labels:  qt5
Kbbi Qt
KBBI Offline Remake with Qt
Stars: ✭ 68 (-29.9%)
Mutual labels:  qt5
Tidal Discord Rich Presence Unofficial
UNOFFICIAL Tidal Discord Rich Presence
Stars: ✭ 93 (-4.12%)
Mutual labels:  qt5
Kaidan
[Replaced by https://invent.kde.org/network/kaidan] Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform.
Stars: ✭ 67 (-30.93%)
Mutual labels:  qt5
Linuxdeployqt
Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Stars: ✭ 1,287 (+1226.8%)
Mutual labels:  qt5
App
free software application for social network analysis and visualization
Stars: ✭ 94 (-3.09%)
Mutual labels:  qt5
Kindd
A kindful dd, written in qt-quick.
Stars: ✭ 93 (-4.12%)
Mutual labels:  qt5
Reader
Reader for PDF,use Qt5 and Poppler
Stars: ✭ 89 (-8.25%)
Mutual labels:  qt5

Linux and OS X Build Status: Linux and OS X Build Status

Windows Build Status: Windows Build Status

Powered by pyaoaddons

Discord

Albion Online Stats

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.

App preview

0.7.0

Youtube live preview

Video

How to use this app

Note this section does not require any coding knowledge. Those simple two steps are required to use this software :)

Installation

  1. On windows make sure that WinPcap is installed in your system. Npcap 0.9983 installer for Windows Vista/2008, 7/2008R2, 8/2012, 8.1/2012R2, 10/2016 (x86 and x64) Make sure to install with the "Install Npcap in WinPcap API-compatible Mode"
  2. Download latest release from https://github.com/mazurwiktor/albion-online-stats/releases/latest (.exe for windows .tar for linux and mac)
  3. Enjoy :)

Configuration

After first execution the app is going to create default configuration file named albion-online-stats.cfg. Feel free to edit it according to your needs.

Is This Allowed

  • [x] Only monitors your own party
  • [x] Does not modify our game client
  • [x] Does not track players that are not within the player's view
  • [x] Does not have an overlay to the game

Note this traits of the application are true from version 0.9.0+.

Donate

Become a patron

Getting started

Prerequisites

All platforms

  1. Clone repository:

    git clone https://github.com/mazurwiktor/albion-online-stats.git
    
  2. [optional] Create and activate python virtualenv

    python -m venv env
    [linux/mac] . env/bin/activate
    [windows] .\env\Scripts\activate.ps1
    

    or alternatively using conda and skip installing requirements step

    conda env create --file environment.yml
    conda activate albion
    
  3. Install requirements

    pip install -v -r requirements.txt
    
  4. Run the application

    [sudo on linux] python albion-online-stats.py
    

Contribution

Check out wiki page

License

Licensed under either of

at your option.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].