forked from hntechsoftware/hntechsoftware.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 2.06 KB
/
index.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title> HNTECH</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!DOCTYPE html>
<html>
<head>
<title> HNTech </title>
</head>
<body>
<div id="title">HNTech</div>
<div id="subtitle">Incredible Python Programs for Windows Machines</div>
<hr>
<br>
<br>
<div id="bodytext">HNTech is a project I initiated to build software for Windows machines. The kind of software I build is for general usage in homes and offices, aimed to increase concentration and productivity amongst customers. Here are the reasons why my software is cool:</div>
<br>
<div id="bodytext">All of my software is completely free of malware. It's built using Python 3.11 and libraries such as Tkinter. They all consist of simple design. WARNING: GUI based apps will open a command prompt window! Do not close it! </div>
</body>
<br>
<a href=https://www.mediafire.com/file/nnmpg2kv2zte4fn/Python_Grocery_Helper.py/file >
<button id=buttontext>Grocery Helper py</button>
</a>
<a href=https://www.mediafire.com/file/go3jf0yggt9eswi/Python_Calculator_3.py/file >
<button id=buttontext> Text Based Calculator py (Password: Pythonisfun)</button>
</a>
<a href=https://www.mediafire.com/file/4y1nor7ge7nxo31/Python_password_strengther_V3.exe/file >
<button id=buttontext>Password Strength Tester</button>
</a>
<a href=https://www.mediafire.com/file/qjgf98mqn4a6k0h/rockpaperscissors.exe/file >
<button id=buttontext>Rock Paper Scissors</button>
</a>
<br>
<br>
<a href=https://www.mediafire.com/file/it9w5u9ty3d2q05/Python_Computer_Converter.exe/file >
<button id=buttontext>Computer Converter </button>
</a>
<a href=https://www.mediafire.com/file/rvjtjiz3qr02is9/CalculatorV2_by_HNTech.exe/file >
<button id=buttontext>GUI Calculator </button>
</a>
<a href=https://www.mediafire.com/file/om1jmvep4vxkt4q/WordWrapper.exe/file >
<button id=buttontext> WordWrapper Word Processor </button>
</a>
</html>
<!-- partial -->
</body>
</html>