Crates.io | tfpc |
lib.rs | tfpc |
version | 0.1.4 |
source | src |
created_at | 2021-03-09 09:08:08.547977 |
updated_at | 2021-03-09 16:04:24.305027 |
description | TFPC - Team Fortress Price Calculator |
homepage | https://gitlab.com/cuqerr/tfpc |
repository | https://gitlab.com/cuqerr/tfpc |
max_upload_size | |
id | 366214 |
size | 1,914,195 |
TFPC is a metal currency calculator for TF2.
You can download the compiled version (I didn't sign the executables. This is why it gives the warning.)
Or you can compile the project by downloading rustup and running:
cargo install --path .
Then you can use TFPC by typing tfpc in your terminal.
Type out your calculation(case insensitive). Use ref for refined metal, rec for reclaimed metal, scr for scrap metal.
>>> 12.77 ref + 3 SCR - 5 rEc
103 SCR
34 REC + 1 SCR
11 REF + 1 REC + 1 SCR
------------------------
NET: 11.44 REF
Pull requests are welcome.