Metadata-Version: 2.1
Name: GameTracker
Version: 2.0.1
Summary: A simple way to get player stats from a variety of games.
Home-page: https://github.com/harrykearney/GameTracker
Author: Harry Kearney
Author-email: kearneyharry8@gmail.com
License: UNKNOWN
Description: # GameTracker
        
        ## A simple way to check player stats for a variety of games
        
        ### Prerequisites
        
        1. [Python 3.6 or newer](https://www.python.org/downloads)
        
        ### Easy Installation
        
            pip install GameTracker
        
        ### Manual Installation
        
            git clone https://github.com/harrykearney/GameTracker.git
            cd GameTracker
            cd dist
            pip install GameTracker-1.0.1.tar.gz
        
        ### Usage
        
            ```python
            from GameTracker import CSGOTracker
        
            me = CSGOTracker(76561198795619709)
        
            headshotpercentage = me.hsp
        
            print(hsp)```
        
        ### Known Bugs
        
        1. It's so good there is no bugs :)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
