An open API service indexing awesome lists of open source software.

https://github.com/ericzhu-42/warframe-miningassistant

Semi-automated mining in video game Warframe
https://github.com/ericzhu-42/warframe-miningassistant

opencv-python python warframe

Last synced: about 1 year ago
JSON representation

Semi-automated mining in video game Warframe

Awesome Lists containing this project

README

          

**Semi**-automated [mining](https://warframe.fandom.com/wiki/Mining) assistant for the video game [Warframe](https://en.wikipedia.org/wiki/Warframe), which aims at stopping the mining process (i.e., releasing`LMB`) at the most accurate timing.

> **Development of this project have ceased, as it was largely driven by personal enthusiasm, and I have not played Warframe for quite a few years :(**.

> **Note:** Utilizing unauthorized third-party tools in Warframe may constitute a breach of the [EULA(2.f.)](https://www.warframe.com/eula).

## Demo ([demo gif](https://github.com/EricZhu-42/Warframe-MiningAssistant/blob/main/misc/example.gif))

## How it works? ([illustrative png](https://github.com/EricZhu-42/Warframe-MiningAssistant/blob/main/misc/framework.png))

![](./misc/framework.png)

## Dependencies

- **Python:** 3.7.11 or higher
- **libraries:** `opencv-python`, `imutils`, `numpy`, `mss`, `pynput`
- **monitor resolution:** only tested with **2560x1440**; the code (in theory) supports any **16:9 resolution**

## Usage

```bash
python main.py [-h] [--show]
```