WarMAC is a command-line Python script that can calculate the average market price of items in Warframe.
WarMAC compiles orders from the fan website https://warframe.market/ and can be used to find the average prices of prime parts, tradeable parts, relics, mods, and arcane enhancements.
Features
- 🎮Target PC, PlayStation, XBOX, or Nintendo Switch platforms.
- 📈Calculate the median, mean, mode, harmonic mean, or geometric means of items.
- 🕜Restrict orders to specific time ranges.
- 💰Utilize either seller or buyer orders.
- ⛏️Find averages for intact or radiant relics.
- ✨Find averages for unranked or max-ranked mods and arcane enhancements.
Table of Contents
Installation
WarMAC supports Python versions 3.11 to 3.14.
The primary method of installing WarMAC is by installing it through uv, though pipx may be used as well. This keeps WarMAC and its dependencies separate from your global Python packages. Installation can be done using one of the following commands:
Using uv (or uvx)
The most basic method of installation is by installing as a uv tool like so:
uv tool install warmac
You can ensure that you've installed WarMAC correctly by calling its help page like so:
warmac --version
Using pipx
An alternative to installing with uv is pipx:
pipx install warmac
You can ensure that you've installed WarMAC correctly by calling its help page like so:
warmac --version
Using pip
Using pip alone to install WarMAC will work just as well, though dependencies will not be isolated. Installation can be done using the following command:
| Platform | Command |
|---|---|
| UNIX/MacOS | python -m pip install warmac |
| Windows | py -m pip install warmac |
If you're getting an error that python is not recognized as a command, try
using the following instead:
python3 -m pip install warmac
You can ensure that you've installed WarMAC correctly by calling its help page like so:
warmac --version
Usage
General Usage
Full usage instructions as well as examples can be found in the official documentation.
WarMAC has a variety of commands for users to select from. Each command has its own unique options and arguments. Wherever possible, options that perform similar functions for different commands will share the same name.
Every WarMAC command is preceded by warmac. The general help section of the
program can be viewed by running warmac --help.
To view a specific command's usage from the command line, simply run:
warmac <command> --help
To view the usage for the average command, users should run:
warmac average --help
Handling WarMAC Output
WarMAC accepts outgoing pipes just like any other tool:
$ warmac average -p=ps4 -t=5 -d "bite" | grep "Max Price"
Max Price: 65 platinum
WarMAC output can also be redirected to a file:
$ warmac average -p PC -t 2 -d "vengeful revenant" > warmacOut.txt
$ cat warmacOut.txt
Item: Vengeful Revenant
Time Range: 2 days
Median Price: 5.0 platinum
Max Price: 30 platinum
Min Price: 4 platinum
Number of Orders: 38 orders
Examples
Calculating the median price of the mod "Primed Continuity" on PS4. Note that the median is calculated as it's the default.
warmac average -p ps4 "primed continuity"
Calculating the mode price of the mod "Bite" when it's at max rank on PC. Note that the PC price is calculated as it's the default.
warmac average -s mode -m bite
Documentation
Full documentation for installation, usage, and contribution guidelines can be found on WarMAC's readthedocs page.
Contributing
Contributions are welcome. Please use the provided pre-commit hooks.
WarMAC is built using uv. Please use the provided
uv.lock file.
To obtain the source code, you can clone the repository using git with the following command:
git clone https://github.com/Eutropios/WarMAC.git ./some/directory
WarMAC can then be built by navigating to the directory you cloned WarMAC into,
and running the uv build and uv install commands.
Testing
Tests must be run before submitting a PR. Please use the provided test
dependency group.
Acknowledgements
This project uses the tools listed in .pre-commit-config.yaml
and pyproject.toml
in its development.
Licensing
This project is NOT affiliated with Warframe, Digital Extremes, or Warframe Market
Copyright (C) 2023-2026 Noah Jenner under GNU GPL version 3.0-or-later
The full details of the license can be found at LICENSE.txt
For licensing regarding any dependencies, please see `LICENSES/
Authors
WarMAC is authored by:
Release files for WarMAC 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| warmac-0.0.7.tar.gz | 32.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| warmac-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 67.3 kB
Release files / warmac-0.0.7.tar.gz
| Download URL | warmac-0.0.7.tar.gz |
|---|---|
| Size | 32.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ed74637babc5eb7571b39b9710463908d2f6e7958e763e59b9e94793915b3c6a
|
|
BLAKE2b-256 checksum How to use checksums |
0579433ee04a2f8f3c28cec9e30458bad995b0c85c761f76fb9009459806fa5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / warmac-0.0.7-py3-none-any.whl
| Download URL | warmac-0.0.7-py3-none-any.whl |
|---|---|
| Size | 35.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6174ba980cb3258f40270a7986a26a70a1a9f1617c354b81b0d7e57edf8254c2
|
|
BLAKE2b-256 checksum How to use checksums |
fafadbfbce03ac4d722f48219a94d3f3f28d9bc93374bf379517da6136a65725
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|