Skip to content

CSGO CASES MANAGER shows to you if your cases (or items) you bought are generating earnings or not. Currency is USD.

Notifications You must be signed in to change notification settings

matifanger/csgo-cases-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO CASES MANAGER

Starting 🚀

How it works:

CSGO CASES MANAGER shows to you if your cases (or items) you bought are generating earnings or not. Currency is USD.

Requirements:

TinyDB==3.15
PyQt5
PyQt5.QtCore
PyQt5.QtWidgets

Downloading:

git clone https://github.com/matifanger/csgo-cases-manager
cd csgo-cases-manager
pip3 install -r requirements.txt 

Configuring ⚙️

Open (database/bp.json) and fill with initial data. The 0 values should keep on 0, the program will fill those. Example:

{
    "esportsVerano2014": {
        "1": {
            "name": "esportsVerano2014",
            "pricebuy": 0,
            "pricebuyinusd": 0,
            "priceusdwhenbuyed": 64.93,
            "stockwhenbuyed": 5900,
            "currentprice": 0,
            "currentpriceusd": 0,
            "currentstock": 0,
            "difference": 0,
            "differenceinusd": 0,
            "link": "https://steamcommunity.com/market/listings/730/eSports%202014%20Summer%20Case"
        }
    },
}

Todo 📄

  • Nothing probably.

About

CSGO CASES MANAGER shows to you if your cases (or items) you bought are generating earnings or not. Currency is USD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages