Sammy051 / CS-Skin-Investment-Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS Investment Calculator

A Program to automatically keep track of your CounterStrike Investments

First of all, if you have any Questions, please feel free to DM me on Discord about them. My Discord is Arik_#9099

The Program uses the Steam Community Market page to track the Value of the Item, and uses the user input buy price to calculate the profit per item and total profit. It does not require or send any User / Account Data.

Usage

Download the update.exe, and the settings.txt files from the latest release.

Now, create a Excel file containing your investments, Amounts and the buy price. Make sure the item name is the exact item name, otherwise it wont work!

Settings Syntax

The following Settings can be changed in the settings.txt file

language: The language in which the items are listed. Examples are English, German, French, etc.

file_name: The name of the file (and the location, if your file is one directory above your script, you can use ..\filename.xlsx for example)

currency: The Currency the Program checks. Currently supported: USD, GBP, EUR

Excel Setup

The Excel file should be in the same folder as your executable.

Use the Example File or create your own Excel File. It should look like this:

image

Run the executable. If everything was successfull, it should look like this:

image

Building it yourself

First, make sure you have Python 3 and pip installed. Then install the required packages

Open your cmd and execute the following command: pip install requests openpyxl urllib beautifulsoup4 re

Now do the Steps required for the Excel file above Then, run the update.py file

About


Languages

Language:Python 100.0%