I have "finished" the README.md
Even if I don't like it very much, I promise that sooner or later I will modify it.
This commit is contained in:
parent
724a7d1857
commit
54b59d9e81
27
README.md
27
README.md
|
@ -0,0 +1,27 @@
|
||||||
|
# Notify Game Epicgames
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="images\screenshot.png" alt="Notify Game Epicgames Logo">
|
||||||
|
</p>
|
||||||
|
A simple Python script that notifies me whenever a new game comes out in the Epic Games Store.
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
![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)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
#
|
||||||
|
### 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
|
||||||
|
```
|
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue