An open API service indexing awesome lists of open source software.

https://github.com/liner-exe/epic_games_free


https://github.com/liner-exe/epic_games_free

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# epic_games_free

![Epic Games Logo Free Games](https://i.imgur.com/sVCAdZK.png)

## installation
```shell
pip install epic-games-free
```

## Example of usage
```py
from epic_games_free import EpicGames

with EpicGames() as epic_games:
print(epic_games.get_info_all_games())
```

## Dependencies

[Python >=3.10](https://www.python.org/downloads/release/python-310)

## License

[MIT](http://en.wikipedia.org/wiki/MIT_License)