Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions ImageProcessingScripts/Watermark Inserter GUI/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Watermark Inserter GUI
- A GUI created with tkinter and Pillow (PIL) packages of python.

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

The chosen watermark image will then get re-sized to 150 pixels by 150 pixels and inserted in the bottom right corner

![Game Image](Screenshot.png)

- The chosen watermark image will then get re-sized to 150 pixels by 150 pixels and inserted in the bottom right corner
of your main image.

The new image will be saved into the images folder.

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

![Game Image](folders.png)


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions PyGamesScripts/Color-Game/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

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

## SCRENSHOT OF GAME
![Game Image](img1.png)
Expand Down