Skip to content

ilyasKerbal/CardMatchingGame-PyQt4

Repository files navigation

CardMatching

A simple python game using PyQt4 and OOP

Requirements

  • Python 3
  • PyQt4
  • Pyrcc4 (if you want to change images)

Preview

Change images

All the images are listed in images.qrc. In order to change these images you need to generate a new images.py form images.qrc using the following command:

    pyrcc4 -o images.py images.qrc

About

A simple python game using PyQt4 and OOP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages