GithubHelp home page GithubHelp logo

matifanger / csgo-cases-manager Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 31 KB

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

Python 100.00%
csgo cases manager tinydb pyqt pyqt5

csgo-cases-manager's Introduction

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.

csgo-cases-manager's People

Contributors

matifanger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.