Wednesday, April 22, 2020 |
pyBoy v1.0.1 released!
Posted by azoreseuropa @ 04:18 PM CET | Comments: 0 | Site
|
Game Boy emulator written in Python.
PyBoy Changelog:
Installation
The instructions are simple, if you already have a functioning Python environment on your machine.
Install SDL2 through your package manager:
Ubuntu: sudo apt install libsdl2-dev
Fedora: sudo dnf install SDL2-devel
macOS: brew install sdl2
Install PyBoy using pip install pyboy (add --user if your system asks)
Now you're ready! Either use PyBoy directly from the terminal $ pyboy file.rom or use it in your Python scripts:
from pyboy import PyBoy
pyboy = PyBoy('ROMs/gamerom.gb')
while not pyboy.tick():
pass
https://github.com/Baekalfen/PyBoy
|
|
|
|
File Releases
No Description in database.
No Description in database.
No Description in database.
No Description in database.
No Description in database.
|
|
|
Latest Forum Posts
Last Reply: NES_player4LIFE
Replies: 1
Last Reply: Robbbert
Replies: 0
Last Reply: spotanjo3
Replies: 0
Last Reply: spotanjo3
Replies: 1
Last Reply: spotanjo3
Replies: 0
| |
|
Latest Reviews
Created by WhiteX
Created by WhiteX
Created by WhiteX
Created by WhiteX
Created by WhiteX
| |
|
Support Guides
Created by Martin
Created by Martin
Created by WhiteX
Created by Dark Watcher
Created by Dark Watcher
|
|
|
Our Affiliates
| |
|