5 releases
0.1.4 | Mar 9, 2021 |
---|---|
0.1.3 | Mar 9, 2021 |
0.1.2 | Mar 9, 2021 |
0.1.1 | Mar 9, 2021 |
0.1.0 | Mar 9, 2021 |
#782 in Math
1.5MB
162 lines
Contains (DOS exe, 1.5MB) bin/Windows64/tfpc.exe, (ELF exe, 395KB) bin/Linux64/tfpc
TFPC - Team Fortress Price Calculator
TFPC is a metal currency calculator for TF2.
Installation
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.
Usage
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
Contributing
Pull requests are welcome.