https://github.com/liner-exe/epic_games_free
https://github.com/liner-exe/epic_games_free
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liner-exe/epic_games_free
- Owner: liner-exe
- License: mit
- Created: 2023-09-29T17:40:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-25T18:00:09.000Z (over 1 year ago)
- Last Synced: 2024-06-20T01:58:41.496Z (12 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# epic_games_free

## installation
```shell
pip install epic-games-free
```## Example of usage
```py
from epic_games_free import EpicGameswith 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)