Skip to content

Commit 7ec054c

Browse files
committed
modifiy README for Watermark Inserter and correct README in Color_Game
1 parent 2bd8f53 commit 7ec054c

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Watermark Inserter GUI
2+
- A GUI created with tkinter and Pillow (PIL) packages of python.
23

3-
This GUI prompts you to select two images, one of them a logo or watermark text preferably and your main image.
4+
## How it works
5+
- Instal pillow (PIL) as it is not a default package of python
6+
```
7+
pip install pil
8+
```
9+
- The GUI will prompt you to select two images, one of them a logo or watermark text preferably and your main image.
410

5-
The chosen watermark image will then get re-sized to 150 pixels by 150 pixels and inserted in the bottom right corner
11+
12+
![Game Image](Screenshot.png)
13+
14+
- The chosen watermark image will then get re-sized to 150 pixels by 150 pixels and inserted in the bottom right corner
615
of your main image.
716

8-
The new image will be saved into the images folder.
917

18+
- The new image will be saved into the images folder.
19+
20+
![Game Image](folders.png)
1021

1122

220 KB
Loading
85.1 KB
Loading

PyGamesScripts/Color-Game/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
### How to Play?
55
- This game will put your attention to the test.
6-
- You have 30 seconds type the **color of the words** displayed
7-
- A new word will get displayed once you type its color correctly
8-
- Do not get distracted by **word text** under 30 seconds as fast as possible or the **background color**
9-
- Try to get as many colors correct as you can
6+
- You have 30 seconds type the **color of the words** displayed.
7+
- A new word will get displayed once you type its color correctly.
8+
- Do not get distracted by **word text** or the **background color**.
9+
- Try to get as many colors correct as you can.
1010

1111
## SCRENSHOT OF GAME
1212
![Game Image](img1.png)

0 commit comments

Comments
 (0)