项目作者: dilip29

项目描述 :
Fantasy cricket Game , a interactive Desktop Application build using QtDesigner for GUI and Sqlite_db for backend
高级语言: Python
项目地址: git://github.com/dilip29/Summer-Training-Python-development.git


Fantasy Cricket Application

fanatsy_cricket


This is a Fantasy cricket Desktop application build in python that allows user to build their own dream cricket team , analyse it and play !!!….Isn’t it exciting…..


Table of Contents

You’re sections headers will be used to reference location of destination.


Description

Fanatsy cricket is build in python using Pyqt5 library specifically QtCore QtGui QtWidgets for GUI development and SqliteStudio for Back end database connectivity.


Use of Badges

Build Status Github Issues Badges

open_team

Features

  • Create your own dream team in Auction
  • Save your team and evaluate it later as per Match
  • Initially a Owner will be provided with 1000 Points to purchase there players
  • Team selection follows basic cricketing rules
  • Not more than 5 batsman/bowler
  • Only a Single Wicket Keeper

Installation

  • install PyQt5 python library using pip
    ```python
    pip install PyQt5
  1. or
  2. ```python
  3. pip3 install PyQt5
  • Install SqliteStudio for creating database for the teams , players , stats

code

Code Snippet

  1. self.horizontalLayout.addWidget(self.label)
  2. spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
  3. self.actionNEW_Team = QtWidgets.QAction(MainWindow)
  4. self.actionNEW_Team.setObjectName("actionNEW_Team")
  5. self.horizontalLayout_2.addWidget(self.lw1)
  6. spacerItem = QtWidgets.QSpacerItem(200, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)

Getting Started

  1. git clone https://github.com/dilip29/Summer-Training-Python-development/
  • install the required tools

  • fork or download the repo

  • run the following command in terminal

  1. python3 fantasy.py

evaluate_team

Tools

References


License


CC0

Back To The Top