-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython3.html
More file actions
145 lines (123 loc) · 5.25 KB
/
python3.html
File metadata and controls
145 lines (123 loc) · 5.25 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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Python3 - TAO-Wiki</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="/python3.html">
<meta name="author" content="TAO-community" />
<meta name="description" content="Any new Snippets should be added below as a link to the snippet Find Latest Installed Program on System Extract Icon from Exe (with alpha)" />
<meta property="og:site_name" content="TAO-Wiki" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="Python3"/>
<meta property="og:url" content="/python3.html"/>
<meta property="og:description" content="Any new Snippets should be added below as a link to the snippet Find Latest Installed Program on System Extract Icon from Exe (with alpha)"/>
<meta property="article:published_time" content="2020-01-01" />
<meta property="article:section" content="wiki" />
<meta property="article:author" content="TAO-community" />
<!-- Bootstrap -->
<link href="/theme/css/themes/tao/bootstrap.min.css" rel="stylesheet">
<link href="/theme/css/entypo.css" rel="stylesheet">
<link href="/theme/css/pygments/native.css" rel="stylesheet">
<link rel="stylesheet" href="/theme/css/style.css" type="text/css"/>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light bg-faded fixed-top" role="navigation">
<button type="button" class="navbar-toggler navbar-toggler-right" data-toggle="collapse" data-target=".navbar-main-collapse" aria-label="Toggle navigation">
<i class="icon-menu"></i>
</button>
<a href="/" class="navbar-brand">
TAO-Wiki </a>
<div class="collapse navbar-collapse navbar-main-collapse">
<ul class="navbar-nav">
<li class="nav-item "><a href="/pages/under_construction.html" class="nav-link">
Page Under Construction....
</a></li>
<li class="nav-item ">
<a href="/category/misc.html" class="nav-link">Misc</a>
</li>
<li class="nav-item ">
<a href="/category/post.html" class="nav-link">Post</a>
</li>
<li class="nav-item active">
<a href="/category/wiki.html" class="nav-link">Wiki</a>
</li>
</ul>
<ul class="navbar-nav navbar-right">
</ul>
</div>
<!-- /.navbar-collapse -->
</nav> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-md-9">
<section id="content">
<article>
<header>
<h1>
<a href="/python3.html"
rel="bookmark"
title="Permalink to Python3">
Python3
</a>
</h1>
</header>
<div class="entry-content">
<p>Any new Snippets should be added below as a link to the snippet</p>
<ul>
<li><a href="https://github.com/techartorg/TAO-Wiki/wiki/%5BPython%5D-Py3-Find-latest-installed-program-on-system.">Find Latest Installed Program on System</a></li>
<li><a href="https://github.com/techartorg/TAO-Wiki/wiki/%5BPython%5D-Py3-Extract-icon-from-exe-and-save-as-png-(with-alpha)">Extract Icon from Exe (with alpha)</a></li>
</ul>
</div>
<!-- /.entry-content -->
</article>
</section>
</div>
<div class="col-md-3" id="sidebar">
<aside>
<!-- Sidebar -->
<section class="card">
<ul class="list-group list-group-flush">
<!-- Sidebar/Social -->
<li class="list-group-item">
<h4><i class="icon-home"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="https://tech-artists.slack.com"><i class="icon-tech-artists-slack"></i> Tech-Artists Slack</a></li>
</ul>
</li>
<!-- End Sidebar/Social -->
<!-- Sidebar/Links -->
<li class="list-group-item">
<h4><i class="icon-external-link-square"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="http://discourse.techart.online" target="_blank">Tech-Artists.Org</a>
</li>
</ul>
</li>
<!-- End Sidebar/Links -->
</ul>
</section>
<!-- End Sidebar --> </aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-sm-10">© 2020 TAO-community
· Powered by <a href="http://docs.getpelican.com/" target="_blank">Pelican</a> </div>
<div class="col-sm-2"><p class="float-right"><i class="icon-up-big"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/theme/js/bootstrap.min.js"></script>
</body>
</html>