-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation.html
More file actions
371 lines (336 loc) · 10.5 KB
/
installation.html
File metadata and controls
371 lines (336 loc) · 10.5 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Py_OS Installation Guide</title>
<style>
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
box-sizing: border-box;
max-width: 100%;
overflow-x: hidden;
margin: 0;
padding: 0;
}
.Header {
background-color: white;
border: 1px solid black;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px;
width: 100vw;
position: relative;
}
.Header img {
margin-left: 10px;
width: 50px;
height: 50px;
}
.Header h1 {
margin: 0;
font-family: 'Comic Sans MS', cursive, sans-serif;
color: #0056b3;
margin-top: 2px;
margin-bottom: 2px;
}
.Header button {
padding: 10px;
font-size: 18px;
background: none;
border: none;
cursor: pointer;
color: black;
margin-right: 20px;
}
.navigation {
position: absolute;
height: 100%;
width: 100%;
opacity: 85%;
background-color: black;
border: 1px solid black;
display: none;
padding: 0 10px;
}
.NAV_TEST {
font-family: 'Roboto', sans-serif;
margin-top:10px;
margin-bottom: 10px;
font-size: 20px;
color: white;
text-decoration: none;
}
.navigation ul {
text-align: center;
list-style-type: none;
padding: 0;
margin: 0;
text-align: center;
}
.navigation li {
font-family: 'Roboto', sans-serif;
margin-top:40px;
margin-bottom: 40px;
padding: 15px;
font-size: 20px;
color: white;
text-decoration: none;
}
.navigation a{
font-family: 'Roboto', sans-serif;
margin-top:30px;
margin-bottom: 20px;
font-size: 30px;
font-style: bold;
padding: 15px;
color: white;
text-decoration: none;
width:max-content;
height:50px;
}
.navigation a:hover {
color: #0056b3;
font-size: 35px;
border: 1px solid #0056b3;
background-color: white;
opacity: 95%;
border-radius:15px;
}
.container {
max-width: 800px;
margin: 50px auto;
padding: 50px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
border-radius: 8px;
}
.container h1{
border-bottom: 2px solid black;
width:100%;
}
h1, h2, h3 {
color: #0056b3;
margin-bottom: 5px;
text-decoration: underline;
}
code {
background-color: #eee;
padding: 4px 8px;
border-radius: 4px;
}
pre {
background-color: #f4f4f4;
padding: 10px;
border-radius: 8px;
overflow-x: auto;
}
.button {
display: inline-block;
padding: 10px 15px;
margin: 10px 0;
background-color: #0056b3;
color: white;
text-decoration: none;
border-radius: 5px;
}
footer {
background-color: #0056b3;
color: white;
padding: 20px;
text-align: center;
position: relative;
box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.5);
}
.footer-title {
font-size: 75px;
margin-bottom: 20px;
color:white;
text-shadow: 2px 2px 4px black;
}
.footer-nav {
margin-bottom: 20px;
font-size: 25px;
}
.footer-nav a {
color: white;
text-decoration: none;
padding: 10px;
font-size: 18px;
transition: color 0.3s ease;
}
.footer-nav a:hover {
color: white;
text-shadow: 5px 5px 5px black;
}
.footer-divider {
width: 100%;
height: 2px;
background-color: white;
border: none;
margin: 20px 0;
}
.footer-container {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}
.footer-logo img {
width: 150px;
height: auto;
}
.separator {
width: 2px;
height: 150px;
background-color: white;
}
.footer-info {
font-size: 18px;
font-weight: bold;
margin-left: 30px;
text-align: left;
font-size: 20px;
}
.footer-info h3{
font-size: 25px;
}
.footer-info p {
margin: 10px 0;
}
.footer-info a {
color: white;
text-decoration: none;
padding: 5px;
transition: color 0.3s ease;
}
.footer-info a:hover {
color: white;
text-shadow: 5px 5px 5px black;
}
.footer-bottom-divider {
width: 100%;
height: 2px;
background-color: white;
border: none;
margin: 20px 0;
}
.footer-copy {
font-size: 18px;
margin-top: 10px;
}
</style>
<script>
function toggleNav() {
var nav = document.querySelector('.navigation');
var buttont = document.querySelector('.Header button');
if (nav.style.display === 'flex') {
nav.style.display = 'none';
buttont.innerText = '☰';
} else {
nav.style.display = 'flex';
nav.style.flexDirection = 'column';
nav.style.alignItems = 'center';
buttont.innerText = 'X';
}
}
</script>
</head>
<body>
<header class="Header">
<img src="https://i.ibb.co/5kz5TZR/Picsart-24-07-30-20-36-38-433.png" alt="logo"> </img>
<h1>PyOS</h1>
<button onclick="toggleNav()">☰</button>
</header>
<nav class="navigation">
<ul>
<li class="NAV_TEST"><a href="index.html">Home</a></li>
<li class="NAV_TEST"><a href="about.html">About</a></li>
<li class="NAV_TEST"><a href="installation.html">Installation</a></li>
<li class="NAV_TEST"><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="container">
<h1 style="text-decoration:none;">Py_OS Installation Guide</h1>
<br>
<h2>Getting Started</h2>
<p><strong>Set up manually by downloading files as the method mentioned below is not tested yet (Recommended).</strong></p>
<br>
<h3 id="preq">Prerequisites</h3>
<ul>
<li>Ensure you have Python installed on your system.</li>
<li>Additional dependencies are listed in the <code>requirements.txt</code> file.</li>
</ul>
<br>
<h3 id="ins">Installation</h3>
<ol>
<li>Clone this repository to your local machine:</li>
<pre><code>git clone https://github.com/warlord1901t/Py_OS.git</code></pre>
<li>Navigate to the project directory:</li>
<pre><code>cd Py_OS</code></pre>
<li>Install the project dependencies:</li>
<pre><code>pip install -r requirements.txt</code></pre>
</ol>
<br>
<h3>Run the Simulation</h3>
<p>Navigate to the project directory and run the main script:</p>
<pre><code>python main.py</code></pre>
<p>Or</p>
<pre><code>python3 main.py</code></pre>
<br>
<h3>Explore and Customize</h3>
<ul>
<li>Use the file manager, software store, and other features to explore and interact with the simulation.</li>
<li>Customize the appearance through the settings options.</li>
</ul>
<br>
<h2 id="contri">Contributing</h2>
<p>Contributions are welcome! Feel free to open issues or pull requests for improvements or additional features.</p>
<p>For more information, visit the <a href="https://github.com/warlord1901t/Py_OS/blob/main/Contribution-Guidelines.md" class="button">Contribution Guidelines</a>.</p>
<h2 id="acq">Acknowledgments</h2>
<p>This project is inspired by the need for educational resources in GUI development using Python.</p>
<p>Special thanks to the Python community for their support and contributions.</p>
</div>
<footer>
<h2 class="footer-title">PyOS</h2>
<hr class="footer-divider">
<nav class="footer-nav">
<a href="index.html">▶ Home</a>
<a href="about.html">▶ About Us</a>
<a href="#features">▶ Installation</a>
<a href="contact.html">▶ Contact Us</a>
</nav>
<hr class="footer-divider">
<div class="footer-container">
<div class="footer-logo">
<img src="https://i.ibb.co/5kz5TZR/Picsart-24-07-30-20-36-38-433.png" alt="Logo">
</div>
<div class="separator"></div>
<h2 style="color:white";><b><u>Table of contents: </u></b></h2><br>
<div class="footer-info">
<p><a href="#preq">▶ Prerequisites</a></p>
<p><a href="#ins">▶ Installation</a></p>
<p><a href="#contri">▶ Contributing</a></p>
<p><a href="#acq">▶ Acknowledgments</a></p>
</div>
</div>
<hr class="footer-bottom-divider">
<p class="footer-copy">© 2024 PyOS. All rights reserved.</p>
</footer>
</body>
</html>