You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Simple screen saver application using Python's Tkinter library. This app display
9
9
10
10
## 📥 Installation
11
11
12
+
follow the instruction to install Screen Saver App on Windows OS:
13
+
12
14
1. Clone Code
13
15
14
16
use [Git](https://git-scm.com/) on your system
@@ -28,7 +30,7 @@ Simple screen saver application using Python's Tkinter library. This app display
28
30
```bash
29
31
cd Py-Screen-Saver
30
32
```
31
-
33
+
32
34
3. Install [tkinter](https://docs.python.org/3/library/tkinter.html) and [pyinstaller](https://pypi.org/project/pyinstaller/) ( by using [requirements.txt](https://pip.pypa.io/en/stable/reference/requirements-file-format/) )
33
35
34
36
```bash
@@ -38,38 +40,36 @@ Simple screen saver application using Python's Tkinter library. This app display
0 commit comments