Python helper that randomizes NBA 2K23 MyLeague player attributes by reading NBA2K23.exe memory (pymeow) using offsets from PLAYER.json—speeds up roster experiments.
- Randomizes stats, potential, age, and related fields in memory
- Loops while the game process is running
Manual roster tweaking for MyLeague tests was slow. The script automates randomization for quick iteration.
- Install
pymeowand dependencies for your environment. - Start NBA 2K23 with MyLeague loaded.
- Run:
python 2KRandomGenerator.py- Windows
- Python 3
pymeow- NBA 2K23 running (
NBA2K23.exe)
Niche personal tool. See commit history.
See repository license file.