imjangkar / albibong

A cross-platform Albion Online damage, fame, and dungeon tracker
https://pypi.org/project/albibong/
MIT License
3 stars 1 forks source link
albion albion-damage-meter albion-dps-meter albion-online albiononline damage dps-meter dungeon dungeon-tracker game game-albiononline heal-meter tracker

Albibong

Discord PyPI - Downloads PyPI - Version

🎯 Features

  1. Damage (and Heal) Meter Damage (and Heal) Meter
    • Pause and Resume damage and heal logging
    • Copy damage rank to clipboard
    • Reset damage and heal
  2. Dungeon Tracker Dungeon Tracker
    • Automatically track dungeon name, fame gained, silver gained, respec points gained, start time and dungeon duration.
    • Ability to change recorded dungeon name
    • Ability to add dungeon tier/level
    • Filter dungeon by dungeon types

How to Install

Prerequisites

🔰 Casual Users

  1. Install Albibong through pip
pip install albibong

👨‍💻 Devs

It is recommended to use virtualenv

  1. Install the Backend inside src/albibong
cd src && pip install -r albibong/requirements.txt
  1. Install the Frontend inside gui
cd gui && npm install

How to Run The Program

‼️ Important Note ‼️

🔰 Casual Users

  1. Run Albibong by typing albibong on your terminal
albibong
  1. A window will pop out and you're good to go!

Note: If you can't start the application by typing albibong, you can try use sudo albibong instead.

👨‍💻 Devs

  1. Clone this repository

  2. Run the Backend inside src

cd src && python -m albibong
  1. Run the Frontend inside gui
cd gui && npm run dev
  1. You can now access the GUI by going to http://localhost:5173/
  2. See logs and saved dungeon data on ~/Albibong/

❓ FAQ

Can I use the tool with ExitLag, 1.1.1.1 or VPN?

No, this is not possible. If Albion is blocked in your country, I suggest to add Albion's servers to your hosts file.

🤝🏼 Credits