whatisgithub

What is nte-drive-calc?

hxwd94666/nte-drive-calc — explained in plain English

Analysis updated 2026-05-18

22PythonAudience · generalComplexity · 2/5Setup · moderate

In one sentence

A Windows desktop tool for the game NTE that scans inventory screenshots with OCR and recommends which Drive and Card Tape items to assign to which characters.

Mindmap

mindmap
  root((NTE-Drive-Calc))
    What it does
      OCR inventory scan
      Item to character matching
      Appraise single items
    Tech stack
      Python
      OpenVINO OCR
      ViGEmBus driver
    Use cases
      Gear assignment
      Quick item checks
      Artwork browsing
    Audience
      NTE game players

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Scan an in-game inventory screenshot and get item data extracted automatically via OCR.

USE CASE 2

Get recommended character assignments for Drives and Card Tapes based on priority and stat weights.

USE CASE 3

Quickly appraise a single newly picked-up item to see which characters it suits.

USE CASE 4

Browse which drive shapes and card-tape positions each character can equip.

What is it built with?

PythonOpenVINOViGEmBus

How does it compare?

hxwd94666/nte-drive-calcagno-agi/agent-platform-railwayalexantaluo0/acot-vla-wm
Stars222222
LanguagePythonPythonPython
Setup difficultymoderatemoderatehard
Complexity2/54/55/5
Audiencegeneraldeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Windows 10 or 11 and the ViGEmBus virtual gamepad driver, installed automatically by the installer.

So what is it?

This is a Windows desktop tool for players of a game called NTE (异环). In that game, characters are equipped with items called Drives and Card Tapes, and the tool helps players organize, evaluate, and assign those items without having to enter everything by hand. The core workflow is screenshot-based. You take a screenshot of your in-game inventory, and the tool reads it using OCR to pull out the item data automatically. From there it calculates which items best fit which characters, taking into account each character's priority ranking, the artwork style of the drive, the target card set, and the weight of special stat words on each card. You can also lock in assignments you are happy with so that daily updates only need to fill gaps with newly acquired items rather than reassigning everything from scratch. For quick checks, there is an appraise mode. You paste or screenshot a single item, and the tool immediately tells you which characters it is suitable for, without needing to run a full inventory scan. This is useful when you pick up new gear mid-session and want to decide on the spot whether to keep it. A separate artwork browser shows which drive shapes and card-tape positions each character can use. A configuration screen lets you adjust character weights, set data, and keyboard shortcuts, though the README notes that most players should leave the scoring configuration alone to avoid breaking the evaluation logic. The tool runs on Windows 10 or 11 and requires a virtual gamepad driver called ViGEmBus to be installed, which the installer handles automatically. OCR runs through OpenVINO by default. All settings and scanned data are stored locally in a config folder. Bug reports and recognition errors can be filed via GitHub Issues.

Copy-paste prompts

Prompt 1
Help me install NTE-Drive-Calc on Windows and set up the ViGEmBus virtual gamepad driver.
Prompt 2
Explain how NTE-Drive-Calc decides which Drive fits which character using priority ranking and stat word weights.
Prompt 3
Show me how to use appraise mode to quickly check a single item without a full inventory scan.
Prompt 4
Walk me through locking in assignments so daily updates only fill gaps with new items.

Frequently asked questions

What is nte-drive-calc?

A Windows desktop tool for the game NTE that scans inventory screenshots with OCR and recommends which Drive and Card Tape items to assign to which characters.

What language is nte-drive-calc written in?

Mainly Python. The stack also includes Python, OpenVINO, ViGEmBus.

How hard is nte-drive-calc to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is nte-drive-calc for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.