A simple Python script to notify you when a new game comes out in the Epic Games Store. ONLY WORKS ON WINDOWS 10 AND 11.
Go to file
Stefano Assenzo 552cbe9c2c
Merge pull request #1 from assenzostefano/dependabot/pip/requests-2.31.0
Bump requests from 2.28.1 to 2.31.0
2023-05-24 16:49:58 +02:00
images I have "finished" the README.md 2022-08-25 21:05:55 +02:00
.gitignore Create game3.txt 2022-08-26 13:22:29 +02:00
LICENSE Initial commit 2022-08-24 11:31:23 +02:00
README.md If you haven't figured it out, IT WORKS ON WINDOWS ONLY! 2022-09-05 15:31:16 +02:00
epic_games.ico Finaly work! 2022-08-24 14:14:11 +02:00
game1.txt Create game3.txt 2022-08-26 13:22:29 +02:00
game2.txt Create game3.txt 2022-08-26 13:22:29 +02:00
game3.txt Create game3.txt 2022-08-26 13:22:29 +02:00
index.py Ok I put some comments 2022-08-26 11:44:54 +02:00
requirements.txt Bump requests from 2.28.1 to 2.31.0 2023-05-23 04:40:51 +00:00

README.md

Notify Game Epicgames

Notify Game Epicgames Logo

A simple Python script that notifies me whenever a new game comes out in the Epic Games Store.

GitHub stars badge Github license badge

Installation and launching:

  • Install Python on your machine. Version 3.10 or higher is required!
  • Clone the repository on your machine.
  • Open your console in the cloned repository.
  • To complete the installation, write the following command in the console:
pip install -r requirements.txt
  • To start the script, write the following command in the console:
python index.py

ONLY WORKS ON WINDOWS 10 AND 11!