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 64449f41e1
If you haven't figured it out, IT WORKS ON WINDOWS ONLY!
2022-09-05 15:31:16 +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 Create requirements.txt 2022-08-25 21:14:11 +02: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!