Skip to main content

No project description provided

Project description

Matt's Automatic Tracking Encounter Software

Videos:

https://youtu.be/IkLZOhnaS2c

https://youtu.be/GtdwyRFSZAA

Simple encounter tracker I slapped together in 3 days. Entirely programmed for android phones on an android phone.

No I'm not joking. programming

Important:

The reason this needs root is because like all the other encounter trackers it works by taking captures of the screen. This is not usually possible on android because to capture the screen you must use the screenshot API which will only show content the app that requested the screenshot has rendered which is useless for this.

I solved this issue by using a command that's tucked away in the binaries of android "screencap" this returns an unadulterated screenshot but is only accessible via root.

The nature of this is somewhat of a security concern but these captures are immediately deleted after scanning for Pokémon.

These captures never leave your device but as a precaution I still wouldn't leave it capturing if anything other than pokemmo is on screen.

You can toggle capture by pressing enter with no command typed in.

I am not liable nor responsible if you brick your phone trying to root it! If you don't understand phone rooting then it's probably not a great idea to root your phone just for this. There are pros and cons to rooted android.

Requirements:

rooted phone
termux float - https://github.com/termux/termux-float/releases
termux - https://github.com/termux/termux-app/releases
tsu - (in termux: pkg install tsu)
python (in termux: pkg install python)
tesseract (in termux: pkg install tesseract)
pytesseract (in termux: pip install pytesseract)
opencv2 (in termux: pkg install opencv-python)

don't get your hopes up too high. this is janky and sometimes doesnt work. if you have an issue please leave a report on the github issues page https://github.com/Th3M4ttman/MATES/issues

Installation:

Download the release zip and extract it to /storage/emulated/0/Documents

In termux enter:

python /storage/emulated/0/Documents/MATES/install.py

Installation is complete.

Usage:

To run the software run "sudo mates" in termux float or "mates" if you added the alias

interface

Number Component
1 Capture indicator
2 Shiny bonus chance
3 Donator/Charm/Link indicator
4 Combat indicator
5 Reported Pokémon indicator
6 Singles tracking indicator
7 Command input/output

press enter to toggle capture on and off

Or type in commands

Command Use Notes
Reset (Pokémon) Resets encounters for selected Pokémon. If given no Pokémon resets all
add (number) (Pokémon) Adds number * Pokémon encounters You can also use "+"
sub (number) (Pokémon) Subtracts number * Pokémon encounters You can also use "-"
track (Pokémon) Sets the Pokémon as a tracked pokemon If given no Pokémon it tracks all Pokémon with registered encounters. You can also use "t"
untrack (Pokémon) Sets the Pokémon as an untracked pokemon If given no Pokémon it untracks all. You can also use "u"
total Toggles the visibility of the total encounters
charm Toggles shiny charm
donator Toggles donator
link Toggles shiny charm link
singles Toggles single tracking

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymates-1.0.1.tar.gz (17.9 kB view hashes)

Uploaded Source

Built Distribution

pymates-1.0.1-py3-none-any.whl (6.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page