-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPython.html
More file actions
30 lines (30 loc) · 1.34 KB
/
Python.html
File metadata and controls
30 lines (30 loc) · 1.34 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta author="neverfriendme" content="author">
<title>Python Templates</title>
</head>
<body style="background-color: black;">
<h1 style="color:white;">Python templates</h1>
<a href="index.html">
<button>Return</button>
<h2 style="color: white;">Programs</h2>
<a href="Files/Passowrd_gen.py">Password Generator</a>
<a href="Shape-maker/Shapemakerdownload.html">Shape-maker version 5</a>
<a href="Files/Age_teller.py">Age teller</a>
<a href="Files/Creditcard_masker.py">Credit card masker</a>
<h3 style="color:white;">Raw games</h3>
<a href="Files/Guess_the_word .py">Guess the word</a>
<h3 style="color:white;">Math related</h3>
<a href="Files/Basic Terminal Calculator.py">Basic Terminal Calculator</a>
<a href="Files/Hour calculator.py">Minutes to hours</a>
<a href = "Files/Multiplication_quiz.py">Multiplication Quiz</a>
<a href="Files/Speed.py">Speed</a>
<a href="Files/Probability.py">Probability</a>
<a href="Files/Random_addition.py">Random addition</a>
<a href=Files/Circle_Area_Calculator.py>Circle Area Calculator</a>
<a href=Files/Simple_Interest_Calc.py>Simple Interest calculator</a>
</body>
</html>