Desktop app to simulate gameboy image style [WIP]
Made with PyQt5 and openCV
- Python v3.0 >=
- Text Editor ( highly recommend PyCharm )
- Qt Creator - Mac user only
- Clone this repo
git clone https://github.com/anhduy1202/gameboySimulator.git
- Install Pipenv
pip install --user pipenv
or pip3 install --user pipenv
- Activate Pipenv
pipenv shell
- Install packages from Pipfile.lock
pipenv sync
- Run the program
python main.py
Check CONTRIBUTING.MD to contribute to the project
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