Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c2c92aa

Browse files
Update README.md
1 parent 88a3897 commit c2c92aa

File tree

1 file changed

+28
-9
lines changed

1 file changed

+28
-9
lines changed

‎README.md

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,13 @@ This is the simple dictionary made in Python using libraries: "json" and "diffli
5858
</p>
5959

6060

61-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Face-Detection-of-an-image"><h3>8. Face Detection Through Camera</h3></a>
61+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Complaint_Management_System"><h3>8. Complaint Management System</h3></a>
62+
<p>A Complaint Management System is a software application which is designed to take online complaints from customers and provide their solutions by some experts. It is the process of how organizations handle, manage, respond to and report customer complaints. </p>
63+
<p align='center'><img src="https://github.com/simran2104/Python-Projects/blob/main/Complaint_Management_System/complaint.jpg" height=250 width=300></p>
64+
65+
66+
67+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Face-Detection-of-an-image"><h3>9. Face Detection Through Camera</h3></a>
6268
<p>This Project Detects faces that comes before the camera.
6369
</p>
6470
<h4>👉This is how it detects face from the photo before the camera:</h4>
@@ -69,15 +75,15 @@ This is the simple dictionary made in Python using libraries: "json" and "diffli
6975

7076

7177

72-
<a href="https://github.com/simran2104/Python-Projects/tree/main/GUI_calculator"><h3>9. GUI Calculator</h3></a>
78+
<a href="https://github.com/simran2104/Python-Projects/tree/main/GUI_calculator"><h3>10. GUI Calculator</h3></a>
7379
<p>A Calculator using Tk GUI toolkit Framework in Python.</p>
7480
<p align="center">
7581
<img src="https://github.com/simran2104/Python-Projects/blob/main/GUI_calculator/demo.gif" >
7682
</p>
7783

7884

7985

80-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Match_Maker"><h3>10. Match Maker</h3></a>
86+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Match_Maker"><h3>11. Match Maker</h3></a>
8187
<p>
8288
This is the small game made in Python using libraries "random", "time", "tkinter". In the given GUI, different symbols will be provided user has to recognise the symbols with their places and match them.
8389
</p>
@@ -86,7 +92,7 @@ This is the small game made in Python using libraries "random", "time", "tkinter
8692
</p>
8793

8894

89-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Motion-Detector"><h3>11. Motion Detector</h3></a>
95+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Motion-Detector"><h3>12. Motion Detector</h3></a>
9096
<p>This projects detects the change in the motion through the camera.</p>
9197

9298
<h4>👉We have a Problem statement of a company:</h4>
@@ -95,7 +101,7 @@ This is the small game made in Python using libraries "random", "time", "tkinter
95101
<p>
96102

97103

98-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Hangman"><h3>12. Hangman</h3></a>
104+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Hangman"><h3>13. Hangman</h3></a>
99105
<p>
100106
This is a small game made in Python using library "random". In this game user has to guess a word with a alphabets. Everytime, the user is asked for the alphabet, if the alphabet is in the word then it is added to its required position otherwise one live will be lose. Total 9 lives be provided.
101107
</p>
@@ -104,7 +110,7 @@ This is a small game made in Python using library "random". In this game user ha
104110
</p>
105111

106112

107-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Hangman"><h3>13. Slither-The Snake Game</h3></a>
113+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Hangman"><h3>14. Slither-The Snake Game</h3></a>
108114
<p>
109115
The game involves controlling a single block or snakehead by turning only left or right by ninety degrees until you manage to eat an apple. When you get the apple, the Snake grows an extra block or body segment.
110116
If, or rather when, the snake bumps into the edge of the screen or accidentally eats himself the game is over. The more apples the snake eats the higher the score.</p>
@@ -114,7 +120,7 @@ If, or rather when, the snake bumps into the edge of the screen or accidentally
114120

115121

116122

117-
<a href="https://github.com/simran2104/Python-Projects/tree/main/SmartCalculator"><h3>14. Smart Calculator</h3></a>
123+
<a href="https://github.com/simran2104/Python-Projects/tree/main/SmartCalculator"><h3>15. Smart Calculator</h3></a>
118124
<p>This is the Smart Calculator made in Python using library "tkinter". In this user is asked with the action he wants to perform and everytime he write, the action will be performed.
119125
</p>
120126
<p align="center">
@@ -123,7 +129,7 @@ If, or rather when, the snake bumps into the edge of the screen or accidentally
123129

124130

125131

126-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Tictactoe"><h3>15. TicTacToe</h3></a>
132+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Tictactoe"><h3>16. TicTacToe</h3></a>
127133
<p>
128134
Tic-tac-toe is a fun game that you can play any time and anywhere as long as you have a piece of paper, a pencil, and an opponent. Tic-tac-toe is a zero sum game, which means that if both players are playing their best, that neither player will win.
129135
</p>
@@ -133,7 +139,7 @@ Tic-tac-toe is a fun game that you can play any time and anywhere as long as you
133139

134140

135141

136-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Word-Cloud"><h3>16. Word Cloud</h3></a>
142+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Word-Cloud"><h3>17. Word Cloud</h3></a>
137143
<p>Making a Word Cloud image Containing word's size based on their frequency.
138144
In this I have created a "Word Cloud" from a text by writing a script. This script needs to process the text, remove punctuation, ignore case and words that do not contain all alphabets, count the frequencies, and ignore uninteresting or irrelevant words. A dictionary is the output of the calculate_frequencies function. The wordcloud module will then generate the image from the dictionary.
139145
</p>
@@ -142,6 +148,19 @@ In this I have created a "Word Cloud" from a text by writing a script. This scri
142148

143149
<img src="https://github.com/simran2104/Python-Projects/blob/main/Word-Cloud/download.png">
144150
</p>
151+
152+
153+
154+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Registration%20form"><h3>18. Registration Form</h3></a>
155+
<p>
156+
This is the student registration form made in python using "Tkinter" library. All the details filled by user in it will be saved automatically in the Excel sheet attached to it.
157+
</p>
158+
<p align="center">
159+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Registration%20form/Screenshot.png" height="500" width="700">
160+
</p>
161+
162+
163+
145164
<br>
146165
<br><br>
147166
<h4 align="center">Thanks for Reading :)<br><br>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /