This is an interactive MiniMap made with Python, PyQT5 & Pytesseract for the game

Overview

NWMM-New-World-MiniMap

Features:

  • Automatically grabs position from "New World" Instance
  • Live visualisation of player position on MiniMap
  • Circular & rectangular Map
  • Configurable
  • Auto-Follow (credits to @seler)
  • Resizeable
  • Cross-Platform (untested)

How to use:

  1. Install Pytesseract on your system
    pip install pytesseract
    https://github.com/UB-Mannheim/tesseract/wiki
  2. Install Script requirements
    pip install -r requirements.txt
  3. Edit Pytesseract path in MiniMap.py
  4. Start & Log into Game
  5. Put your cursor where you want the GUI to spawn (Open Map ingame so you can see your mouse)
  6. Run Script

Bugs

  • MiniMap is an active Window and can could cause player leaving focus to MiniMap by accidently clicking on it while playing
  • Bad OCR in daylight

INFO: It may be possible that one or the other library I use in this project is not compatible with newest version of Python I recommend using Python 3.8 (I myself use Python 3.8.8)

Images

image

Credits

You might also like...
Adventure-Game - Adventure Game which is created using Python

Adventure Game šŸŒ‡ This is a Adventure Game which is created using Python. Featur

Game-of-life - A simple python program to simulate and visualise the Conway's Game of life
Game-of-life - A simple python program to simulate and visualise the Conway's Game of life

Conway's game of life A simple python program to simulate and visualise the Conw

Quiz game made entirely with python and pygame for school work
Quiz game made entirely with python and pygame for school work

Tabela de conteĆŗdo DescriĆ§Ć£o Como instalar Linguagens usadas Contribuidores CrĆ©ditos Problemas com o jogo? Contate-nos DescriĆ§Ć£o Quiz feito inteiramen

A Higher-Lower web game made in Python using Flask framework.

Higher Lower Web Game Guess the random number from 0 to 9 in this web game made with Python and Flask Framework Modules that were used Random Flask In

Small game I made in 2019 using python/pygame.
Small game I made in 2019 using python/pygame.

Kill-The-Blokk // Shoot or Die This is a small game I made in gr.10 (2019) for my high school computer science class; the game was coded in python usi

Input-based tic tac toe game made in only python.

Tic Tac Toe Tic Tac Toe is a game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either three O's or thr

Advanced guessing game made in only python.

Guessing Game This is a number guessing game written in python which consists of three modes; easy,medium and hard. Each mode contains there own diffi

Pokemon game made in Python with open ended requirements from Codecademy

Pokemon game made in Python with open ended requirements from Codecademy. This is one of my first projects utilizing OOP and classes! -This game is a

Simplerpg - python terminal game made from scratch.

Simplerpg - python terminal game made from scratch.

Comments
  • Can not install requirements.txt

    Can not install requirements.txt

    when I try installing requirements.txt:

    C:\Users\USER\Documents\My Games\NewWorldMods\NWMM-New-World-MiniMap-0.8.1>pip install -r requirements.txt
    ERROR: Could not find a version that satisfies the requirement pywin32==301 (from versions: 302)
    ERROR: No matching distribution found for pywin32==301
    

    running latest Python (3.10)

    opened by recentlyafish 2
  • [REQUEST] Position Icon

    [REQUEST] Position Icon

    Request

    Hi @Nezzquikk,

    could you change the GPS Marker (icon) into an arrow? So it's better for me (the user) to locate a certain way:)

    Yours Truly,

    Zyneth

    enhancement 
    opened by Zyneth 2
Releases(v1.1.0)
  • v1.1.0(Oct 19, 2021)

    v1.1.0 patchnotes:

    • added a MiniMap Border
    • added drag&drop functionality to MiniMap Border
    • added Buttons to MiniMap Border (ZoomIn, ZoomOut, FilterMenu, Auto-Follow)
    • You can now press "Insert"-Key to toggle off overlay-mode ("Delete"-Key for toggling back on)
    • temporarily removed rectangled MiniMap
    • Disabled some unnecessary functions

    Showcase of MiniMap Border: image

    Source code(tar.gz)
    Source code(zip)
    MiniMap_v110.exe(226.82 MB)
  • v1.0.5(Oct 16, 2021)

    v1.0.5 patchnotes: Automatically detects that the ingame menu has been opened in order to unlock the Map Window so you can configure it. Locks the Map back again when closing the Map! You need to lock the Map once with the "Delete"-Button to activate this auto-detection.

    Source code(tar.gz)
    Source code(zip)
    MiniMap_v105.exe(226.20 MB)
  • v1.0.0(Oct 16, 2021)

    v1.0.0 Patchnotes:

    • Pressing the "Delete"-Button once on your Keyboard completely converts the Map into an Overlay, pressing the "Insert"-Button twice will release it back again! No more missclicks causing game focus loss!
    • No more Out-Of-Map glitching! NWMM now ignores faulty positions outside the Map!
    • Improved Console readability! Colors > B&W
    • NWMM now automatically checks if there's a newer version available on GitHub!
    • Decreased compiled version of NWMM from 500Mbytes to 220Mbytes!
    Source code(tar.gz)
    Source code(zip)
    MiniMap_v100.exe(223.40 MB)
  • v0.9.0(Oct 14, 2021)

  • v0.8.1(Oct 14, 2021)

  • release(Oct 14, 2021)

Owner
Nezzquikk
Nezzquikk
Nerdle - a nerd's approach to solving Wordle

Nerdle - a nerd's approach to solving Wordle

4 Nov 28, 2022
This is Minesweeper coded in Python. It has almost all features from the main game

Minesweeper This is Minesweeper coded in Python. It has almost all features from the main game Use right click to open tile, right click on an open ti

3 Jul 12, 2022
Searches the word list in Wordle based on search pattern.

Wordle Searcher Searches the word list in Wordle based on search pattern. Warning: like all forms of cheating, it trivializes the game, and robs you o

Tyler Martin 1 Jan 29, 2022
This is the card game like HearthStone and Magic

Territory War How to use it use pip3 to install django and channelsļ¼š pip3 install Django pip3 install channels go to CardGame/first/consumers.py and g

Caesar 3 Oct 24, 2022
Pyxel is a retro game engine for Python.

Pyxel is open source and free to use. Let's start making a retro game with Pyxel!

Takashi Kitao 11.2k Jan 09, 2023
Jogo Flappy Bird com phyton e phygame

Flappy-Bird Tecnologias usadas Requisitos para inicializar o jogo: Python faƧa o download em: https://www.python.org/ Pygame faƧa o download em: https

JoĆ£o Guilherme 1 Dec 06, 2021
A Python based program that displays Your Minecraft Server's Status Infos.

Minecraft-server-Status This (very) small python script allows you to view any Minecraft server's status Information Usage Download the file, install

Jonas_Jones 2 Oct 05, 2022
Dueling Platform for Competitive Programming. Learn through Games.

CP-Dueling Dueling Platform for Competitive Programming. Learn through Games. Setting Up Minimum Python version needed = 3.9.9 Install Virtualenv and

Bhavesh 3 Feb 07, 2022
SnailJumper - A game that is developed as an assignment for Computer Intelligence course

Snail jumper Neuroevolution game assignment. Fall 2021 - Computer Intelligence.

Soroush Mehraban 22 Aug 22, 2022
Wordle Solver: A simple script which is also called Wordle solver

wordle-solver this code is a simple script which is also called Wordle solver. t

amirreza 1 Feb 15, 2022
Simple darts game using Tkinter and sqlite3. Also associated with Python.

Ever wanted to play a simple and fun game before, and it even keeps a database of your score? Well here it is!! Introducing; Darts! A simple and fun g

an aspirin 2 Dec 19, 2021
A solution program of 24. game.

A solution program of 24. game.

1 Dec 12, 2022
AXI Combat is a networked multiplayer game built on the AXI Visualizer 3D engine.

AXI_Combat AXI Combat is a networked multiplayer game built on the AXI Visualizer 3D engine. https://axi.x10.mx/Combat AXI Combat is released under th

. 0 Aug 02, 2022
Snake game made in python with the pygame library.

Pygame snake Snake game made in python with the pygame library. Requirements pip pygame Pygame Installation On the command line, type: pip install pyg

Ayza 3 Oct 02, 2022
Cheats for shooter games

Cheats Cheats for shooter games Download Trigger Bot trigger.exe // trigger.sha256 Download Certify Bot certify.exe // certify.sha256 Note: Check sha2

Emin Muhammadi 1 Nov 26, 2021
Python game engine for 2D multiplayer online games.

LAN-Caster The goal of LAN-Caster is to provide an easy-to-use code base (game engine) for developing 2D multiplayer online games. LAN-Caster original

Douglas Bakewell 1 Feb 11, 2022
A coven of tools to assist in PnP RPGs.

pupillae A coven of tools to assist PnP RPGs. Status: Pre-alpha. Testing. Adding necessary functions and features as discovered/required. Other-than-P

0 Dec 09, 2021
A Pygame game made in 48 hours

Flappuccino Flappuccino is a game created in 48 hours for the PyGame Community New Years Jam using Python with Pygame. Screenshots Background Informat

PolyMars 242 Jan 02, 2023
This is a simple Tic-Tac-Toe game.

Tic-Tac-Toe Nosso famoso e tradicional Jogo da Velha, mas agora em Python. Development setup Para rodar o programa, basta instalar python em sua maqui

JoĆ£o Assalim 1 Oct 10, 2022
Fully functional BlackJack game with a graphical user interface.

BlackJack Welcome to BlackJack! This game is fully functional, with a casino sound package integrated using Pygame, dynamic game logic developed using

Shwetang Desai 2 Jan 10, 2022