Skip to content

Commit 29a913c

Browse files
authored
Update README.md with badges
1 parent 48ca25e commit 29a913c

File tree

1 file changed

+44
-7
lines changed

1 file changed

+44
-7
lines changed

README.md

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,39 @@
44
- Also after encrypting and decrypting user can also save the edited image anywhere in the local system.
55
- Also there is option to reset to the original image.
66

7+
<p align = "center">
8+
<img src = "https://img.shields.io/github/stars/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub Repo stars">
9+
<img src = "https://img.shields.io/github/forks/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub Repo forks">
10+
<img src = "https://img.shields.io/github/watchers/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub Repo watchers">
11+
<img src = "https://img.shields.io/github/contributors/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub contributors">
12+
</p>
13+
<p align = "center">
14+
<img src = "https://img.shields.io/github/languages/count/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub language count">
15+
<img src = "https://img.shields.io/github/languages/top/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub top language">
16+
<img src = "https://img.shields.io/github/directory-file-count/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub repo file count">
17+
<img src = "https://img.shields.io/github/repo-size/akash-rajak/Image-Encryption-Decryption?style=social", alt = "GitHub repo size">
18+
</p>
19+
<p align = "center">
20+
<img src = "https://img.shields.io/github/issues/akash-rajak/Image-Encryption-Decryption", alt = "GitHub issues">
21+
<img src = "https://img.shields.io/github/issues-closed/akash-rajak/Image-Encryption-Decryption", alt = "GitHub closed issues">
22+
<img src = "https://img.shields.io/github/issues-pr/akash-rajak/Image-Encryption-Decryption", alt = "GitHub pull requests">
23+
<img src = "https://img.shields.io/github/issues-pr-closed/akash-rajak/Image-Encryption-Decryption", alt = "GitHub closed pull requests">
24+
</p>
25+
<p align = "center">
26+
<img src = "https://img.shields.io/github/commit-activity/t/akash-rajak/Image-Encryption-Decryption", alt = "GitHub commit activity">
27+
<img src = "https://img.shields.io/github/commit-activity/y/akash-rajak/Image-Encryption-Decryption", alt = "GitHub commit activity/year">
28+
<img src = "https://img.shields.io/github/commit-activity/m/akash-rajak/Image-Encryption-Decryption", alt = "GitHub commit activity/month">
29+
<img src = "https://img.shields.io/github/commit-activity/w/akash-rajak/Image-Encryption-Decryption", alt = "GitHub commit activity/week">
30+
<img src = "https://img.shields.io/github/last-commit/akash-rajak/Image-Encryption-Decryption", alt = "GitHub last commit">
31+
<img src = "https://img.shields.io/github/discussions/akash-rajak/Image-Encryption-Decryption", alt = "GitHub Discussions">
32+
</p>
33+
<p align = "center">
34+
<img src = "https://img.shields.io/github/license/akash-rajak/Image-Encryption-Decryption", alt = "Github">
35+
</p>
36+
737
****
838

9-
### REQUIREMENTS :
39+
### 📌REQUIREMENTS :
1040
- python 3
1141
- os module
1242
- cv2 module
@@ -19,7 +49,7 @@
1949

2050
****
2151

22-
### HOW TO Use it :
52+
### 📌HOW TO Use it :
2353
- User just need to download the file, and run the image_encryption_decryption.py, on local system.
2454
- After running a GUI window appears, where user needs to choose an image file using CHOOSE button on the top right corner.
2555
- After selecting the image, two images will appear on screen one on left side, which is original and one on write in which Encrypted Decrypted format will be shown.
@@ -28,17 +58,17 @@
2858
- Also there is a RESET button, clicking on which resets the edited image to original format.
2959
- Also there is exit button, clicking on which we get a exit dialog box asking the permission to exit.
3060

31-
### Purpose :
61+
### 📌Purpose :
3262
- This scripts helps us to easily encrypt any image for security purpose and can even decrypt also.
3363

34-
### Compilation Steps :
64+
### 📌Compilation Steps :
3565
- Install tkinter, PIL, numpy, cv2, os, random
3666
- After that download the code file, and run image_encryption_decryption.py on local system.
3767
- Then the script will start running and user can explore it by encrypting and decrypting any image and saving it.
3868

3969
****
4070

41-
### SCREENSHOTS :
71+
### 📌SCREENSHOTS :
4272

4373
<p align="center">
4474
<img width = 1000 src="Images/1.jpg" /><br>
@@ -56,5 +86,12 @@
5686

5787
****
5888

59-
### Name :
60-
- Akash Ramanand Rajak
89+
### 🌟Stargazers Over Time:
90+
[![Stargazers over time](https://starchart.cc/akash-rajak/Image-Encryption-Decryption.svg)](https://starchart.cc/akash-rajak/Image-Encryption-Decryption)
91+
92+
****
93+
94+
### 📌Contributors:
95+
<a href="https://github.com/akash-rajak/Image-Encryption-Decryption/graphs/contributors">
96+
<img src="https://contrib.rocks/image?repo=akash-rajak/Image-Encryption-Decryption" />
97+
</a>

0 commit comments

Comments
 (0)