SkillAgentSearch skills...

BrickEmuPy

Handheld LCD games emulator in Python with PyQt6

Install / Use

/learn @azya52/BrickEmuPy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BrickEmuPy

Handheld LCD games emulator in Python with PyQt6.

<img width="1908" height="1032" alt="image" src="https://github.com/user-attachments/assets/6e06034c-db54-4b2f-b223-334ade01f1ce" /></BR>

List of emulated handheld games:

  • Brick Games
    • Brick Game E-23 PLUS MARK II 96 in 1 (HT-943D0) (An article describing the reverse engineering.)
    • Brick Game E-88 8 in 1 (HT-943E5)
    • Brick Game E-33 2 in 1 (SC6383)
    • Block Game & Echo Key GA888 (Tetris Jr. clone) (HT-943I0)
    • Radio Shack Stack Challenge (C6246D2E)
    • Keychain 55 in 1 (HT-943I0)
    • Keychain GA-878 (BJ6220A)
    • Micon KC-32 (BJ6220A)
    • Apollo 126 in 1 B0202 (SPL02)
    • Apollo 18 in 1 B0302 (SPL03)
    • McDonald's Chicken Nugget, 2023 (SPL81408) (distributed without ROM)
  • Virtual Pets
    • Tamagotchi P1 (distributed without ROM)
    • Tamagotchi P2 (distributed without ROM)
    • Tamagotchi Mothra (distributed without ROM)
    • Tamagotchi Angel (distributed without ROM)
    • Tamagotchi Umino (distributed without ROM)
    • Tamagotchi Morino (distributed without ROM)
    • Tamagotchi Genjintch (distributed without ROM)
    • Tamagotchi Yasashii (distributed without ROM)
    • Digimon Ver. 1JA (distributed without ROM)
    • Digimon Ver. 1JB (distributed without ROM)
    • Digimon Ver. 1ES (distributed without ROM)
    • Digimon Ver. 2J (distributed without ROM)
    • Digimon Ver. 3J (distributed without ROM)
    • Digimon Ver. 4J (distributed without ROM)
    • Nikko virtual pet
    • Pocket Pikachu (distributed without ROM)
    • Mickey Deluxe Virtual Game virtual pet (HTGT43N0)
    • Apollo 2 in 1 virtual pet
    • Elfin Twins GM-021
    • Pocket Puppy (KS57C21308)
  • Other LCD Games
    • Epoch Chibi Pachi Alien Fever
    • Formel 1 (Hartung Spiele Berlin/Epoch)
    • The Legend of Zelda Game Watch (distributed without ROM)
    • Super Mario Bros. Game Watch (distributed without ROM)
    • Space Intruder TK-150I (HTB943R0)
    • Mame Game Tamagotch (HTGL43Q0) (distributed without ROM)
    • Mame Galaxian (HTB943R0) (distributed without ROM)
    • Keychain Pin Ball (HT-943I0)
    • Hiro Pocket Boy No.2, 1993 (Sanyo LC5732)
    • Gundam Space Combat 3 in 1 (Toshiba 6770S)
    • Epoch Monster Panic
    • Bandai Pengo (Toshiba 6941)
    • Gakken Jumping Boy / Pyonkichi / Lansay La Traversée (Toshiba T6813)
    • Bandai Power Fishing, 1984 (Toshiba 7790)
    • Gakken Soccer LCD Card Game, 1981 (Toshiba 6814)
    • Popy (Bandai) Animest Dorayaki House DO-01, 1983 (Toshiba 6922)
    • Popy (Bandai) Animest Parman Dai-Pinch PA-01, 1983 (Toshiba 6923)
    • Popy (Bandai) Animest Isoge! Doraemon DO-02, 1983 (Toshiba 6981)
    • Popy (Bandai) Animest Dr. Slump Arale Ncha! Bycha AR-03, 1982 (Toshiba 6815)
    • Popy (Bandai) Animest Space Cobra Professional CO-02, 1982 (Toshiba 6850)
    • Gakken Tom & Jerry Prank, 1983 (Toshiba 6909)
    • Koto Laboratory & HIRO Kunekunetchyo, 1997 (Samsung KS57C2504)
    • Spica D'Artagnan SH-002B (Toshiba T7717S)
    • Edla Game Space Rescue, 1989? (Sanyo LC5732)

Running on Windows

  • Install Python (latest version) and make sure to add it to PATH.
  • Install pyqt6:
python -m pip install pyqt6
  • Install Git if not already installed. Clone the repo and enter its folder:
git clone https://github.com/azya52/BrickEmuPy.git

Or just download the ZIP from GitHub.

  • Enter the project folder and run the emulator:
cd BrickEmuPy
python main.py

Running on Linux

sudo apt update
sudo apt install python3-pip libxcb-cursor0
pip install pyqt6 --break-system-packages
git clone https://github.com/azya52/BrickEmuPy && cd BrickEmuPy
python3 main.py

</BR><img width="1435" height="1032" alt="image" src="https://github.com/user-attachments/assets/3c7628b6-2de6-4da0-868a-ba9c1edd9e7f" /> <img width="1435" height="1032" alt="image" src="https://github.com/user-attachments/assets/3daa3f2a-567e-4ff6-bce8-7c24ec9c75f2" /> <img width="1435" height="1032" alt="image" src="https://github.com/user-attachments/assets/aec61045-ca1c-43e4-859e-4e807f999706" />

View on GitHub
GitHub Stars409
CategoryDevelopment
Updated16h ago
Forks20

Languages

Python

Security Score

100/100

Audited on Mar 30, 2026

No findings