PricesTF Python API
This modul is a simple python package to calcualte tf2 prices.
Installation
This module requires Python v3+ to run.
For install the module type this to your command line...
pip install tf2calc
Syntax
calculate(<amount>, <"type">)
- amount (intriger)
- type (string):
- "scrap"
- "rec"
- "ref"
- "key"
- "earbuds"
Quick Example
from tf2clac import *
calculation = calculate(1, "ref")
It will return a dictionary with the calculated values.
{"scrap": 9, "rec": 3, "ref": 1, "key": 0.02, "earbuds": 0.0}
If you write an unknown type, it will return 0.
License
MIT
Release files for tf2calc 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tf2calc-1.0.0.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tf2calc-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / tf2calc-1.0.0.tar.gz
| Download URL | tf2calc-1.0.0.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ea6499df123eda1007ab81eb3f585f2ac67dfcc5c59459cfb71f4b1c3f49ba6
|
|
BLAKE2b-256 checksum How to use checksums |
001bc79ebcffd546ab055cd5b517208621005bfdc6316d3db8f56466440e9cc6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.6
|
Release files / tf2calc-1.0.0-py3-none-any.whl
| Download URL | tf2calc-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
310e83b77ce578e2c105340f7b83d0e9e8e9bbc883a33023f30f432e6a4ce5c0
|
|
BLAKE2b-256 checksum How to use checksums |
6038a2b0bbd033d3b7a01da70d5c47a8e8144fcf91e5a3516c6d7179785484e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.6
|