File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed
ImageProcessingScripts/Watermark Inserter GUI
PyGamesScripts/Color-Game Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 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
615of 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments