-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (176 loc) · 7.41 KB
/
index.html
File metadata and controls
191 lines (176 loc) · 7.41 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PyClicker - Effortless Automation</title>
<link rel="icon" type="image/svg" href="assets/icon.svg">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="logo" onclick="window.location.href = '#'" onmouseover="this.style.cursor = 'pointer'">PyClicker</div>
<ul class="nav-links">
<li><a href="#features">Features</a></li>
<li><a href="#how-it-works">How It Works</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<header class="hero">
<div class="hero-content">
<h1>Automate Your Repetitive Tasks</h1>
<p>The ultimate macro and auto-clicker software for enhancing productivity and gaming performance. Save time,
reduce effort.</p>
<div class="hero-buttons" style="margin-top: 1.5rem; display: flex; gap: 1rem;">
<div class="dropdown">
<button class="btn btn-primary dropdown-btn">Download Now ▾</button>
<div class="dropdown-content">
<a href="https://github.com/CoreSecFrame/PyClicker/releases/tag/pro">
<i class="fab fa-windows"></i> Releases
</a>
<a href="https://github.com/CoreSecFrame/PyClicker/tree/main/code">
<i class="fab fa-github"></i> Source Code
</a>
</div>
</div>
</div>
</div>
<div class="hero-image">
<div class="animation-container">
<div class="gear gear-1"><i class="fas fa-cog"></i></div>
<div class="gear gear-2"><i class="fas fa-cog"></i></div>
<div class="mouse-icon"><i class="fas fa-mouse"></i></div>
</div>
</div>
</header>
<section id="features" class="features">
<h2>Core Features</h2>
<div class="feature-grid">
<div class="card">
<div class="card-icon">⚙️</div>
<h3>Automation</h3>
<p>Create macros easily, loops, and add scheduling to automate your repetitive tasks.</p>
</div>
<div class="card">
<div class="card-icon">🎯</div>
<h3>Precision</h3>
<p>Utilize screen coordinates and keyboard combinations to capture all commands.</p>
</div>
<div class="card">
<div class="card-icon">✨</div>
<h3>Intuitive Interface</h3>
<p>A user-friendly design that makes it simple to record, edit, and execute macros in minutes.</p>
</div>
</div>
</section>
<section id="source-code" class="source-code">
<h2>Source Code & Tools</h2>
<p>Explore the open-source components that power PyClicker — from key generation to license management.</p>
<div class="feature-grid">
<div class="card">
<div class="card-icon">🔑</div>
<h3>Key Generator</h3>
<p>Generate and validate license keys for PyClicker installations.</p>
<a href="https://github.com/CoreSecFrame/PyClicker/tree/main/code/KeyGenerator" class="btn btn-primary" target="_blank">View Source</a>
</div>
<div class="card">
<div class="card-icon">🐍</div>
<h3>Python Version</h3>
<p>The main PyClicker automation engine written in Python for flexibility and portability.</p>
<a href="https://github.com/CoreSecFrame/PyClicker/tree/main/code/python_ver" class="btn btn-primary" target="_blank">View Source</a>
</div>
<div class="card">
<div class="card-icon">💻</div>
<h3>C Version</h3>
<p>A lightweight version written in C for high-performance automation tasks.</p>
<a href="https://github.com/CoreSecFrame/PyClicker/tree/main/code/pyclicker" class="btn btn-primary" target="_blank">View Source</a>
</div>
<div class="card">
<div class="card-icon">🤖</div>
<h3>Telegram Bot</h3>
<p>Manage license verification and user activation directly through Telegram.</p>
<a href="https://github.com/CoreSecFrame/PyClicker/tree/main/code/bot_license" class="btn btn-primary" target="_blank">View Source</a>
</div>
</div>
</section>
<section id="how-it-works" class="how-it-works">
<h2>How It Works in 3 Simple Steps</h2>
<div class="steps-container">
<div class="step">
<div class="step-number">1</div>
<h3>Record Your Actions</h3>
<p>Press record and perform any task. PyClicker will capture your mouse movements, clicks, and keyboard inputs.
</p>
</div>
<div class="step-arrow">→</div>
<div class="step">
<div class="step-number">2</div>
<h3>Edit & Customize</h3>
<p>Fine-tune your macro. Adjust timings, add loops, or insert custom commands with our powerful editor.</p>
</div>
<div class="step-arrow">→</div>
<div class="step">
<div class="step-number">3</div>
<h3>Enable & Execute</h3>
<p>Assign a date and time to your macro and execute it daily or on demand.</p>
</div>
</div>
</section>
<section id="testimonials" class="testimonials">
<h2>What Our Users Say</h2>
<div class="testimonial-grid">
<div class="testimonial-card">
<p>"PyClicker has saved me hours of tedious work. The macro editor is powerful and easy to use. A must-have for
any power user."</p>
<div class="testimonial-author">- Alex, Data Analyst</div>
</div>
<div class="testimonial-card">
<p>"As a gamer, this tool is a game-changer. I can automate my grinding sessions and focus on strategy. The
precision is spot on."</p>
<div class="testimonial-author">- Sarah, Pro Gamer</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<h2>Contact Us</h2>
<p>Have questions or feedback? Reach out to us.</p>
<a href="https://mail.google.com/mail/?view=cm&to=pyclickermanager.material438@slmails.com" target="_blank"
class="btn btn-primary">Email Us</a>
</section>
<footer class="footer">
<div class="footer-content">
<div class="footer-logo">PyClicker</div>
<div class="footer-links">
<a href="#" data-overlay="privacy-overlay">Privacy Policy</a> ·
<a href="#" data-overlay="terms-overlay">Terms of Use</a> ·
<a href="#contact">Contact</a>
</div>
<div class="social-icons">
<a href="https://github.com/CoreSecFrame/PyClicker">GitHub</a>
</div>
</div>
<p>© 2025 PyClicker | Open Source Project</p>
</footer>
<script src="script.js"></script>
<!-- Overlays -->
<div id="privacy-overlay" class="overlay">
<div class="overlay-content">
<a href="#" class="close-btn">×</a>
<h2>Privacy Policy</h2>
<p>Your privacy is important to us. It is PyClicker's policy to respect your privacy regarding any information we
may collect from you across our website.</p>
</div>
</div>
<div id="terms-overlay" class="overlay">
<div class="overlay-content">
<a href="#" class="close-btn">×</a>
<h2>Terms of Use</h2>
<p>This open-source project is provided "as is" without warranty of any kind. You are free to use, modify, and
distribute
it under the terms of its license.</p>
</div>
</div>
</body>
</html>