Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

asiangoldfish/Albion_Price_Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albion Price Checker

Welcome to the Albion Online's standalone price checker!

This project's goal is making price checking easier. As the project develops, more features will be implemented. The current future plans are listed below:

  • Local save for price searches. This enables you to use previous searches offline.
  • Using local saves as a backup. In case the online data base shows the 0 silver price because of missing data, the local save is used instead.
  • A seperate history category. Shows graphs from past prices. Allows for studying price trends and predict future prices.
  • Crafting calculator and profiles for saving your crafting skills.

All credits for the data collection goes to the Albion Online Data Project team and their contributors.


Using the App with Source Code

The repository is currently a little hot mess. However, feel free to explore it.

  1. Install Python 3:
sudo apt update
sudo apt install python3
  1. Install pip:
sudo apt install python3-pip
  1. Using a virtual environment is preferred. Use your virtual environment of your choice or do the following:
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies:
pip3 install -r requirements.txt`
sudo apt install python3-tk

Running the program

To run the program from binary, check out the releases and download albion_price_check.zip.

About

A price checker for Albion Online

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages