Metadata-Version: 2.1
Name: xgp-reccomender
Version: 1.0.3
Summary: App searches for avaiable Xbox Game Pass games and helps to choose what to play next.
Home-page: https://github.com/aowczarek618/xgp-reccomender
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/aowczarek618/xgp-reccomender/issues
Project-URL: Source, https://github.com/aowczarek618/xgp-reccomender
Description: # xgp-reccomender
        App searches for avaiable Xbox Game Pass games and helps to choose what to play based on Metacritics and your ratings.
        
        ## Instalation
        > pip3 install xgp-reccomender
        
        ## Usage
        > python3 /path/to/script/main.py
        
        Rating games is done via [rated_games](rated_games). 1 is for liked games and -1 is the opposite. You can type whatever integer you want, but I reccomend to stick with -1, 1 values.
        
        ## Output
        The output of `main.py` script is [game_ranking.html](game_ranking.html). There is simple css file written for better visualizing.
        
Platform: UNKNOWN
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
