-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython_extra_projects.html
204 lines (203 loc) · 12.7 KB
/
python_extra_projects.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://praisehimz.codewizardshq.com/Firstwebsite/Projects/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="icon" href="https://praisehimz.codewizardshq.com/Firstwebsite/images/cmd_giphy.ico" type="images/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Agbalumo&display=swap" rel="stylesheet">
<script src="https://beamanalytics.b-cdn.net/beam.min.js" data-token="cba54fb1-f1af-4593-b8c2-2899e4ea5d34" async></script>
<title>Python Projects</title>
</head>
<body>
<header>
<h1>Python Projects in Pure Python</h1>
</header>
<main>
<div class="projects-container">
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/affirm_gen.png" alt="Project 1">
<h2>Affirmations Generator</h2>
<p>Generates Affirmations based on rating from 1 - 10</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Affirmations_Generator/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>Terminal Animations</h2>
<p>Displays Loading, Bar, and Emoji Animations</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Loading_Animations/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/weather.png" alt="Project 1">
<h2>Weather Finder</h2>
<p>Displays current Weather Info based on Location</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Weather/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>PyPedia</h2>
<p>Displays Wikipedia article based one search-query (search up the wikipedia article first then copy the article name from url) </p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/PyPedia/rad/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Sales Tax</h2>
<p>Displays Sales tax based on Zip Code</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Sales-Tax/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Dictionary</h2>
<p>Basic Dictionary. You can add/delete/edit words and definitions and you can display the Dictionary</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Dictionary/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Rock-Paper-Scissors</h2>
<p>Rock-Paper-Scissors Game in Python</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Rock_Paper_Scissors/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Random-Food-Generator</h2>
<p>Generates a Random Food Suggestion based on your favorite foods!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Random_Food_Generator/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Quiz</h2>
<p>Asks you 4 trivial questions!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/my_quiz/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Countdown Timer!</h2>
<p>Countsdown time based on time and unit</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Timer/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Password Generator!</h2>
<p>Generates a Random Password!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Password_generator/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/weather.png" alt="Project 1">
<h2>Taxi-Meter</h2>
<p>Calculates Price based on length to destination(in km)</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/program1/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Car Info Finder</h2>
<p>Displays Car info based on model/company name</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Cars/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>MuskBot 🤖</h2>
<p>Responds to Commands. Type in '@muskbot command' to view all commands</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/ChatGPT_4_0/muskbot/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>International World Clock</h2>
<p>Displays Current Time, Month and Year based on city name.</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/World_Clock/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>Python Terminal Colors</h2>
<p>Displays all types of terminal colors.</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/python_colors/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>Cool Date Calculator</h2>
<p>Calculates date from current based on input. Also displays more cool info abt the date calculated</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Date_Calculator/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/affirm_gen.png" alt="Project 1">
<h2>Random-Number-Generator</h2>
<p>Generates random number based on lower and higher bound range.</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/Random_Number_Generator/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/affirm_gen.png" alt="Project 1">
<h2>Old Towne Lodge (A Resturaunt in Python)</h2>
<p>You can view/add to/delete/edit your order</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Food_Order/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/affirm_gen.png" alt="Project 1">
<h2>HTML Parser</h2>
<p>Parses/Reads HTML code from a website</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/HTML_Parser/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>JOTPad (NotePad App)</h2>
<p>You can add/edit/delete a note. Emojis are here too!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Note_pad/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>PyLib (Book Library)</h2>
<p>You can return/borrow a book in this Virtual Library! (you cant read)</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/PyLib/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Quote Generator</h2>
<p>Generates a Awesome Quote.</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Quotes/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/affirm_gen.png" alt="Project 1">
<h2>Image Generator</h2>
<p>Generates a Random Image. Will be blurry bc its a terminal</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/terminal-images/.local/lib/python3.10/site-packages/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>Emojis</h2>
<p>Enter a emoji and it will give you the exact same one requested!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/emojis/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>My own Emoji API!</h2>
<p>I made my own emoji api in json!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/api_tester/main.py" target="_blank">Test the API</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>Wordle in Python!</h2>
<p>I made my own wordle game!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Wordle/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/pypedia.png" alt="Project 1">
<h2>Uno Card Game! (text based)</h2>
<p>Enjoy this Uno card game!</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/uno_card_game/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://praisehimz.codewizardshq.com/Firstwebsite/images/animation.png" alt="Project 1">
<h2>Text Reader!</h2>
<p>It will read the text slowly! Enter the full url of the .txt url link! Accepts only urls with .txt</p>
<a href="https://praisehimz-pty-f6f74d8.apps.codewizardshq.com/?filename=/Extras/TXT_READER/main.py" target="_blank">Display Project</a>
</div>
<div class="project-box">
<img src="https://www.svgrepo.com/show/238568/back-arrow-previous.svg" alt="Project 1">
<h2>Home!</h2>
<p>Hit the Homepage button below to go back to the Homepage!</p>
<a href="/">Homepage</a>
</div>
</div>
</main>
</body>
</html>