Skip to content

This project implements the detection of Minetest MineClone2 mobs.

License

Notifications You must be signed in to change notification settings

thehemen/minetest-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minetest Assistant

This project implements the detection of Minetest MineClone2 mobs.

A visual description of the project implementation is available on Medium.

Usage

To use this application, just run:

python3 main.py

Installation

To use it, you need to install the required pip-packages:

pip install PyYaml mss pynput ultralytics

Among packages, the "opencv-python" package is installed. It may cause the conflict between Ultralytics and PyQt5 packages. To avoid it, just remove this package:

pip uninstall opencv-python

Then, install the necessary deb-packages:

apt-get install python3-pyqt5 pyqt5-dev-tools qttools5-dev-tools
apt-get install python3-opencv

Good luck!

About

This project implements the detection of Minetest MineClone2 mobs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages