Skip to content

qb-0/pyMeow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyMeow (Discord)

pyMeow combines a memory module and the functionality of Raylib to a library which makes it easy to create external cheats:

alt text alt text alt text alt text

Cheatsheet / Features

An overview of the functionality can be found in the Cheatsheet

Installation

  • Make sure you use a 64bit version of Python 3
  • Download the latest PyMeow Module from the Release Section
  • Extract the files and use pip to install pyMeow: pip install .

Compiling

# Install Nim and Git!

# Install requirements:
nimble install -y nimpy nimraylib_now x11 winim
# Clone the repository
git clone "https://github.com/qb-0/pyMeow." pyMeow
# Compile
cd pyMeow && nim c pyMeow