You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
<ahref="https://github.com/simran2104/Python-Projects/tree/main/Match_Maker"><h3>10. Match Maker</h3></a>
86
+
<ahref="https://github.com/simran2104/Python-Projects/tree/main/Match_Maker"><h3>11. Match Maker</h3></a>
81
87
<p>
82
88
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.
83
89
</p>
@@ -86,7 +92,7 @@ This is the small game made in Python using libraries "random", "time", "tkinter
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.
101
107
</p>
@@ -104,7 +110,7 @@ This is a small game made in Python using library "random". In this game user ha
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.
110
116
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
<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.
119
125
</p>
120
126
<palign="center">
@@ -123,7 +129,7 @@ If, or rather when, the snake bumps into the edge of the screen or accidentally
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.
129
135
</p>
@@ -133,7 +139,7 @@ Tic-tac-toe is a fun game that you can play any time and anywhere as long as you
133
139
134
140
135
141
136
-
<ahref="https://github.com/simran2104/Python-Projects/tree/main/Word-Cloud"><h3>16. Word Cloud</h3></a>
142
+
<ahref="https://github.com/simran2104/Python-Projects/tree/main/Word-Cloud"><h3>17. Word Cloud</h3></a>
137
143
<p>Making a Word Cloud image Containing word's size based on their frequency.
138
144
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.
139
145
</p>
@@ -142,6 +148,19 @@ In this I have created a "Word Cloud" from a text by writing a script. This scri
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.
0 commit comments