Giter Club home page Giter Club logo

summer-training-python-development's Introduction

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
pip install PyQt5

or

pip3 install PyQt5
  • Install SqliteStudio for creating database for the teams , players , stats

code

Code Snippet

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

Getting Started

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

python3 fantasy.py

evaluate_team

Tools

References


License


CC0

Back To The Top

summer-training-python-development's People

Contributors

dilip29 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

summer-training-python-development's Issues

error

whenever i create a new team and try to calculate its score..it gives typeError nontype object is not subsciptable line no 202,in dlgscore.py file...and it popups python has stopped working please address this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.