Skip to content

Desktop application to convert image/video to gameboy graphic style using PyQt, OpenCV

Notifications You must be signed in to change notification settings

anhduy1202/gameboySimulator

Repository files navigation

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

About

Desktop application to convert image/video to gameboy graphic style using PyQt, OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages