2 Commits

Author SHA1 Message Date
19d0455ca8 update nimble file 2023-08-10 22:56:26 -05:00
be18bae3c5 List in $USD 2023-08-10 22:55:54 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "1.0.1"
version = "1.0.6"
author = "Michael Yick"
description = "Estimates how much money a piece of software makes on steam using information about its reviews."
license = "AGPL-3.0-only"

View File

@ -97,7 +97,7 @@ for steamURL in steamURLS:
f.close()
of "stdout":
echo "Link: " & steamURL
echo "Price: " & $price
echo "Price: $" & ((price.formatFloat(ffDecimal, 2)).insertSep(',')).replace(",.", ".") & " (USD)"
echo "Year of Release: " & yearOfRelease
echo "Year Multiplier (from VG Insights): " & $multiplier
echo "Reviews: " & $reviewCount