Giter Site home page Giter Site logo

amoore17 / csgo-hltv-simulation Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 39 KB

A player stats based professional match simulation for the game Counter-Strike: Global Offensive

License: GNU Affero General Public License v3.0

Python 100.00%
csgo hltv python simulation gaming statistics

csgo-hltv-simulation's Introduction

Summary

Simulation software for Counter-Strike: Global Offensive professional matches. This software parses player information from https://www.hltv.org/

Required software

How to use

python simulation.py

Note that some operating system will require you to run Python as python3

The program will ask for a match URL from the HLTV website and begin parsing the site for player stats. It will simulate three different simulations:

  • Kill-Death Ratio Simulation
  • Kill Per Round Simulation
  • HLTV Rating Simulation

In my experience, the kill per round simulation is the most accurate simulation.

At the end of the simulation, the user will be prompted to export the match data to an OpenDocument Spreadsheet (.ods)

How it works

simulation.py will spend time parsing the HTML of the HLTV stats website and simulate a game played based on their statistics.

Potential features to be added

  • GUI interface with tkinter

csgo-hltv-simulation's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

sanchezx trashguy

csgo-hltv-simulation's Issues

ModuleNotFoundError: No module named 'numpy'

After downloading, extracting and just simply starting the program I get an error:
~/Documents/CSGO-HLTV-Simulation-master$ python3 simulation.py
Traceback (most recent call last):
File "simulation.py", line 23, in
from simulationFunctions import *
File "/home/invader/Documents/CSGO-HLTV-Simulation-master/simulationFunctions.py", line 18, in
import numpy # Using nextafter() function
ModuleNotFoundError: No module named 'numpy'

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.