-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
532 lines (380 loc) · 21.3 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
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/frame-8-134x134.png" type="image/x-icon">
<meta name="description" content="Anyone who knows basic Python can develop beautiful web tools. No Javascript and frontend code are required.">
<title>PyWebIO - Build full stack web app with Python</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<!-- Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L82K5WY36H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L82K5WY36H');
</script>
<!-- /Analytics -->
<section class="menu cid-svljaokR1q" once="menu" id="menu2-5">
<nav class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm bg-color transparent">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="https://pyweb.io">
<img src="assets/images/frame-8-134x134.png" alt="PyWeb logo" title="pyweb.io logo" style="height: 3.8rem;">
</a>
</span>
<span class="navbar-caption-wrap"><a class="navbar-caption text-black display-5" href="index.html">
PyWebIO</a></span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true"><li class="nav-item"><a class="nav-link link text-black display-4" href="https://github.com/pywebio/PyWebIO/"><span class="mbri-github mbr-iconfont mbr-iconfont-btn"></span>
Project Repo</a></li><li class="nav-item"><a class="nav-link link text-black display-4" href="tutorial.html"><span class="mbri-video mbr-iconfont mbr-iconfont-btn"></span>
Tutorials</a></li>
<li class="nav-item"><a class="nav-link link text-black display-4" href="https://pywebio.readthedocs.io/"><span class="mbri-file mbr-iconfont mbr-iconfont-btn"></span>Documentation</a></li></ul>
<div class="navbar-buttons mbr-section-btn"><a class="btn btn-sm btn-danger display-4" href="https://discord.gg/MvaCcg76Z7" target="_blank"><span class="mbri-help mbr-iconfont mbr-iconfont-btn"></span>Join Discord</a></div>
</div>
</nav>
</section>
<section class="header1 cid-svljABFrj6" id="header16-6">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-10 align-center">
<h1 class="mbr-section-title mbr-bold pb-3 mbr-fonts-style display-1"><span style="font-weight: normal;">Low code Python web framework</span></h1>
<p class="mbr-text pb-3 mbr-fonts-style display-5">For Python developers who like to build web apps without being bothered by frontend code<br></p>
</div>
</div>
</div>
</section>
<section class="mbr-section content8 cid-sW32PsorAL" id="content8-3x">
<div class="container">
<div class="media-container-row title">
<div class="col-12 col-md-8">
<div class="mbr-section-btn align-center">
<a href="https://github.com/pywebio/PyWebIO/stargazers" class="display-4"><img alt="GitHub stars" src="https://img.shields.io/github/stars/pywebio/PyWebIO?style=for-the-badge" style="border:20px;margin:20px;"></a>
<a href="https://github.com/pywebio/PyWebIO/blob/dev/LICENSE" class="display-4"><img alt="GitHub license" src="https://img.shields.io/github/license/pywebio/PyWebIO?style=for-the-badge" style="border:20px;margin:20px;"></a>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section form3 cid-szeXVkKcGo" id="form3-2h">
<div class="container">
<div class="row justify-content-center">
<div class="title col-12 col-lg-8">
</div>
</div>
<div class="row py-2 justify-content-center">
<div class="col-12 col-lg-6 col-md-8 " data-form-type="formoid">
<!---Formbuilder Form--->
<form action="https://mobirise.com/" method="POST" class="mbr-form form-with-styler" data-form-title="Mobirise Form"><input type="hidden" name="email" data-form-email="true" value="xQvApId6KVPA30Sr5pbYdbywJZkOydjz/tU4f91uzvuZTw/rga11AH+pg8nA1p1I4Y+l1TaSCJJZJP6jS+DtESzJ+0M/Z+9IFhneH64OIZ2CBRKAhoflLI4mEIb+kZEd">
<div class="row">
<div hidden="hidden" data-form-alert="" class="alert alert-success col-12">Thanks for filling out the form!</div>
<div hidden="hidden" data-form-alert-danger="" class="alert alert-danger col-12">
</div>
</div>
<div class="dragArea row">
<div class="form-group col" data-for="email">
<input type="email" name="email" placeholder="Email" data-form-field="Email" required="required" class="form-control display-7" id="email-form3-2h">
</div>
<div class="col-auto input-group-btn"><button type="submit" class="btn btn-primary display-7">Subscribe</button></div>
</div>
</form><!---Formbuilder Form--->
</div>
</div>
</div>
</section>
<section class="mbr-section content4 cid-szi43ziUjQ" id="content4-2m">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h3 class="mbr-section-subtitle align-center mbr-light mbr-fonts-style display-4"><em>Enter your email to receive newsletters (no spam)</em></h3>
</div>
</div>
</div>
</section>
<section class="header3 cid-sW2QbGBJtI" id="header3-3u">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure" style="width: 110%;">
<img src="assets/images/pixelbook-go.png" alt="Chatbot" title="">
</div>
<div class="media-content">
<h1 class="mbr-section-title mbr-white pb-3 mbr-fonts-style display-1">
Chatbot</h1>
<div class="mbr-section-text mbr-white pb-3 ">
<style type="text/css">
.gist {width:500px !important;}
.gist-file
.gist-data {max-height: 300px;max-width: 500px;}
</style>
<script src="https://gist.github.com/helincao/aeaedf5e964caa785f5dbde160a66664.js"></script>
</div>
</div>
</div>
</div>
</section>
<section class="header3 cid-sW2Fo1otHR" id="header3-3t">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure" style="width: 100%;">
<img src="assets/images/macbook-pro-16-inch-1.png" alt="Dashboard" title="">
</div>
<div class="media-content">
<h1 class="mbr-section-title mbr-white pb-3 mbr-fonts-style display-1">
Dashboard</h1>
<div class="mbr-section-text mbr-white pb-3 ">
<style type="text/css">
.gist {width:500px !important;}
.gist-file
.gist-data {max-height: 300px;max-width: 500px;}
</style>
<script src="https://gist.github.com/helincao/a38ff64cbb22c73fbade1be8427e3051.js"></script>
</div>
</div>
</div>
</div>
</section>
<section class="header3 cid-svsiRzx419" id="header3-e">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure" style="width: 70%;">
<img src="assets/images/output-demo.gif" alt="PyWeb Demo" title="PyWeb Demo">
</div>
<div class="media-content">
<h1 class="mbr-section-title mbr-white pb-3 mbr-fonts-style display-5">PyWebIO is made for:<br></h1>
<div class="mbr-section-text mbr-white pb-3 ">
<p class="mbr-text mbr-fonts-style display-7"><strong>Engineers and scientists</strong> to share domain knowledge and best practices through web apps.<br><strong>Web developers</strong> to quickly prototype a demo or MVP.<br><strong>Software teams</strong> to build internal tools.<br><strong>Beginner programmers</strong> to learn Python through web development.<br></p>
</div>
</div>
</div>
</div>
</section>
<section class="header3 cid-sW31W8o6YO" id="header3-3w">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure" style="width: 105%;">
<img src="assets/images/display-xdr.png" alt="DB GUI" title="">
</div>
<div class="media-content">
<h1 class="mbr-section-title mbr-white pb-3 mbr-fonts-style display-1">
Database GUI</h1>
<div class="mbr-section-text mbr-white pb-3 ">
<style type="text/css">
.gist {width:500px !important;}
.gist-file
.gist-data {max-height: 300px;max-width: 500px;}
</style>
<script src="https://gist.github.com/helincao/d5f0b997cef442757ee72ec71f119a6d.js"></script>
</div>
</div>
</div>
</div>
</section>
<section class="header3 cid-sW30aRDJNu" id="header3-3v">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure" style="width: 65%;">
<img src="assets/images/wooden-hand-iphone-12-pro-1.png" alt="Fun" title="">
</div>
<div class="media-content">
<h1 class="mbr-section-title mbr-white pb-3 mbr-fonts-style display-1">
Fun</h1>
<div class="mbr-section-text mbr-white pb-3 ">
<style type="text/css">
.gist {width:500px !important;}
.gist-file
.gist-data {max-height: 300px;max-width: 500px;}
</style>
<script src="https://gist.github.com/helincao/3d4fb27899763fd161d1ff2f1ecc8778.js"></script>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-szixZ96L6z" id="content5-2o">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center mbr-bold mbr-white pb-3 mbr-fonts-style display-5"><span style="font-weight: normal;">Features that keep developers happy</span></h2>
</div>
</div>
</div>
</section>
<section class="features4 cid-sw1eijzcZb" id="features4-13">
<div class="container">
<div class="media-container-row">
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper media-container-row media-container-row">
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7"><div><strong>Clear I/O flow</strong></div></h4>
<p class="mbr-text mbr-fonts-style display-4">PyWebIO supports synchronization, callback and coroutine to obtain and process user inputs. No nonsense-"magic".<br></p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-12 col-md-6 col-lg-4">
<div class="card-wrapper media-container-row">
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7"><strong>Low code but powerful</strong></h4>
<p class="mbr-text mbr-fonts-style display-4">There're plenty of pre-built widgets. Experienced web developers also have options to ingest their own front-end code.</p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper media-container-row">
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7"><strong>Fast performance</strong></h4>
<p class="mbr-text mbr-fonts-style display-4">PyWebIO has very small memory footprint. Developers can also take advantage of async-calls to speed up web performance.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content4 cid-sW4nhzeFEk" id="content4-41">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-3 mbr-fonts-style display-1"><strong>Let's Start</strong></h2>
</div>
</div>
</div>
</section>
<section class="header8 cid-svlhSwyvtV mbr-parallax-background" id="header8-4">
<div class="mbr-overlay" style="opacity: 0.3; background-color: rgb(177, 163, 116);">
</div>
<div class="container align-center">
<div class="row justify-content-md-center">
<div class="mbr-white col-md-10">
<div class="mbr-media show-modal align-center py-2" data-modal=".modalWindow">
<span class="mbr-iconfont mbri-play" style="color: rgb(35, 35, 35); fill: rgb(35, 35, 35);"></span>
</div>
<div class="icon-description align-center font-italic pb-3 mbr-fonts-style display-7"><span style="font-style: normal;">
Watch the demo (1 mins)</span><br></div>
</div>
</div>
</div>
<div>
<div class="modalWindow" style="display: none;">
<div class="modalWindow-container">
<div class="modalWindow-video-container">
<div class="modalWindow-video">
<iframe width="100%" height="100%" frameborder="0" allowfullscreen="1" data-src="https://www.youtube.com/watch?v=qga2nRYpktI"></iframe>
</div>
<a class="close" role="button" data-dismiss="modal">
<span aria-hidden="true" class="mbri-close mbr-iconfont closeModal"></span>
<span class="sr-only">Close</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="header1 cid-sW4kJ4Ewhh" id="header16-3z">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-10 align-center">
<h1 class="mbr-section-title mbr-bold pb-3 mbr-fonts-style display-5"><span style="font-weight: normal;">pip install pywebio</span></h1>
<p class="mbr-text pb-3 mbr-fonts-style display-4">Use your favorite Python package manager to install PyWebIO on development machine</p>
</div>
</div>
</div>
</section>
<section class="mbr-section content8 cid-sW4l7MlXJF" id="content8-40">
<div class="container">
<div class="media-container-row title">
<div class="col-12 col-md-8">
<div class="mbr-section-btn align-center"><a class="btn btn-warning-outline display-4" href="https://pywebio.readthedocs.io/" target="_blank">Documentation</a>
<a class="btn btn-warning-outline display-4" href="tutorial.html">Tutorials</a></div>
</div>
</div>
</div>
</section>
<section class="footer3 cid-szfBdr1x8b" id="footer3-2i">
<div class="container">
<div class="media-container-row content">
<div class="col-md-2 col-sm-4">
<div class="mb-3 img-logo">
<a href="https://pyweb.io">
<img src="assets/images/frame-8-1-192x192.png" alt="Pyweb logo" title="Pyweb logo">
</a>
</div>
<p class="mbr-fonts-style foot-logo display-7">
PyWeb.io</p>
</div>
<div class="col-md-3 col-sm-4">
<p class="mb-4 mbr-fonts-style foot-title display-7">
Resources</p>
<p class="mbr-text mbr-links-column mbr-fonts-style display-7"><a href="https://github.com/pywebio/PyWebIO/" class="text-secondary">Project Repo</a><br><a href="https://pywebio.readthedocs.io/" class="text-secondary">Documentation</a><br><a href="tutorial.html" class="text-secondary">Tutorials</a><br><a href="https://github.com/pywebio/demos" class="text-secondary">Demos and source code</a><br><a href="https://github.com/pywebio/PyWebIO/issues" class="text-secondary">Bug Reports and fixes</a><br></p>
</div>
<div class="col-md-3 col-sm-4">
<p class="mb-4 mbr-fonts-style foot-title display-7">
Community</p>
<p class="mbr-text mbr-fonts-style mbr-links-column display-7"><a href="https://discord.gg/MvaCcg76Z7" class="text-secondary">Discord server</a><br><a href="index.html#header16-6" class="text-secondary">Subscribe to newsletters</a><br><a href="mailto:[email protected]" class="text-secondary">Contact us</a><br></p>
</div>
</div>
<div class="footer-lower">
<div class="media-container-row">
<div class="col-sm-12">
<hr>
</div>
</div>
<div class="media-container-row">
<div class="col-sm-6 copyright">
<p class="mbr-text mbr-fonts-style display-7">
© Copyright 2022</p>
</div>
<div class="col-md-6">
<div class="social-list align-right">
<div class="soc-item">
<a href="https://twitter.com/PyWebIO" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-twitter socicon"></span>
</a>
</div>
<div class="soc-item">
<a href="https://github.com/pywebio/pywebio" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-github socicon"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/dropdown/js/nav-dropdown.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/playervimeo/vimeo_player.js"></script>
<script src="assets/parallax/jarallax.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/formoid/formoid.min.js"></script>
</body>
</html>