Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.45 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.45 KB

Gameboy Simulator

Desktop app to simulate gameboy image style [WIP]

Made with PyQt5 and openCV

Screenshots

Screen Shot 2022-09-25 at 7 22 58 PM

Screen Shot 2022-11-03 at 1 19 49 AM

Requirements

  • Python v3.0 >=
  • Text Editor ( highly recommend PyCharm )
  • Qt Creator - Mac user only

Getting Started

  1. Clone this repo

git clone https://github.com/anhduy1202/gameboySimulator.git

  1. Install Pipenv

pip install --user pipenv or pip3 install --user pipenv

  1. Activate Pipenv

pipenv shell

  1. Install packages from Pipfile.lock

pipenv sync

  1. Run the program

python main.py

Contributing

Check CONTRIBUTING.MD to contribute to the project

Files Description

main.py : Main file of the program that store logic of the dekstop app

webcamMode.py : File for Webcam mode option

imageProcessing.py : File contains gameboy image converting algorithm

window.ui : Design file that's created from Qt Creator to build the UI of the desktop app

requirements.txt : Requirements file to help downloading Python packages