diff --git a/README.md b/README.md index e69de29..479fae3 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,27 @@ +# 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](https://img.shields.io/github/stars/assenzostefano/notify-game-epicgames) +![Github license badge](https://img.shields.io/github/license/assenzostefano/notify-game-epicgames) + +
+ +# +### Installation and launching: +- Install **[Python](https://python.org)** 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: +```console +pip install -r requirements.txt +``` +- To start the script, write the following command in the console: +```console +python index.py +``` \ No newline at end of file diff --git a/game1.txt b/game1.txt index 2e65efe..4ad48b8 100644 --- a/game1.txt +++ b/game1.txt @@ -1 +1 @@ -a \ No newline at end of file +Destiny 2: Bungie 30th Anniversary Pack \ No newline at end of file diff --git a/game2.txt b/game2.txt index 63d8dbd..d7b964e 100644 --- a/game2.txt +++ b/game2.txt @@ -1 +1 @@ -b \ No newline at end of file +Ring of Pain \ No newline at end of file diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..ec39230 Binary files /dev/null and b/images/screenshot.png differ