Skip to content

It is an online game where you create a virtual team of real cricket players and score points depending on how your chosen players perform in real-life matches. Graphic user Interface (GUI) of this online game application is developed by use of PyQT, SQLite Database is used to Make this Application more dynamic, Python Programming language, as w…

License

Notifications You must be signed in to change notification settings

MehulGarg22/Cricket_Fantasy_Game

Repository files navigation

Application Image

Cricket_Fantasy_Game

It is an online game where you create a virtual team of real cricket players and score points depending on how your chosen players perform in real-life matches.Graphic user Interface (GUI) of this online game application is developed by the use of PyQT, SQLite Database is used to make this Application more dynamic, Python Programming language as well as Concepts of OOPs, are extensively used to build Logic of this Application. Command-line Interface (CLI) is used to convert .ui and .db file to .py file.

Development Tools

  1. Visual Studio Code
  2. SQLite Studio
  3. QT Designer
  4. Python IDLE

Guideline to Get Started

  1. On the GitHub page for this repository, click on the Button "Fork".

    fork image

  2. Clone your forked repository to your computer:

    code ui

    For example, run this command inside your terminal:

    git clone git@github.com:<your-github-username>/Cricket_Fantasy_Game.git

    Replace <your-github-username>!

  3. Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream git@github.com:<your-github-username>/Cricket_Fantasy_Game.git
    git pull upstream master
  4. Add the changes with git add, git commit (write a good commit message, if possible):

    git add .
    git commit -m "Add good commit message"

    Replace <your-github-username>!

  5. Push your changes to your repository:

    git push origin master
  6. Go to the GitHub page of your fork, and make a pull request:

    pull request image

    Read more about pull requests on the GitHub help pages.

Happy Learning 😄

About

It is an online game where you create a virtual team of real cricket players and score points depending on how your chosen players perform in real-life matches. Graphic user Interface (GUI) of this online game application is developed by use of PyQT, SQLite Database is used to Make this Application more dynamic, Python Programming language, as w…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages