86 lines
2.3 KiB
Plaintext
86 lines
2.3 KiB
Plaintext
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>
|
||
## exe erstellen:
|
||
|
||
### pyinstaller
|
||
|
||
pip install pyinstaller
|
||
pyinstaller --onefile --add-data "template.html;." --add-data "success.html;." --add-data "favicon.ico;." --windowed --icon favicon.ico pyUpload.py
|
||
pyinstaller --add-data "template.html;." --add-data "success.html;." --add-data "favicon.ico;." --windowed --icon favicon.ico pyUpload.py
|
||
|
||
### nuitka
|
||
|
||
python setup.py build
|
||
nuitka --standalone --onefile --enable-plugin=tk-inter --windows-console-mode=disable --windows-icon-from-ico=favicon.ico pyUpload.py
|
||
|
||
|
||
|
||
## requirements.txt:
|
||
|
||
pipreqs . --force - </title>
|
||
<meta name="description" content="">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
||
<style>
|
||
body{font-family:Helvetica,sans-serif;margin:0}
|
||
header,main,footer{padding:2em}
|
||
header{background:darkslategray} header a{color:white;text-decoration:none}
|
||
h1{margin-top:0} main{max-width:60em}
|
||
</style>
|
||
|
||
<link rel="canonical" href="/build-infos">
|
||
<link rel="alternate" href="/feed.xml" type="application/rss+xml" title="RSS">
|
||
|
||
</head>
|
||
<body class="page page__build-infos">
|
||
<header><a href="/"></a></header>
|
||
<main class="content">
|
||
|
||
|
||
|
||
|
||
|
||
<h1>
|
||
## exe erstellen:
|
||
|
||
### pyinstaller
|
||
|
||
pip install pyinstaller
|
||
pyinstaller --onefile --add-data "template.html;." --add-data "success.html;." --add-data "favicon.ico;." --windowed --icon favicon.ico pyUpload.py
|
||
pyinstaller --add-data "template.html;." --add-data "success.html;." --add-data "favicon.ico;." --windowed --icon favicon.ico pyUpload.py
|
||
|
||
### nuitka
|
||
|
||
python setup.py build
|
||
nuitka --standalone --onefile --enable-plugin=tk-inter --windows-console-mode=disable --windows-icon-from-ico=favicon.ico pyUpload.py
|
||
|
||
|
||
|
||
## requirements.txt:
|
||
|
||
pipreqs . --force</h1>
|
||
|
||
|
||
<p></p>
|
||
|
||
|
||
|
||
|
||
<ul class="page__list">
|
||
|
||
<li><a href="/Tagebuch">Entwicklertagebuch</a></li>
|
||
|
||
<li><a href="/info">#pyUpload - Sicherer Datei-Upload-Server für eine einfache und sichere Dateiübertragung</a></li>
|
||
|
||
<li><a href="/dev/README">#pyUpload - Sicherer Datei-Upload-Server für eine einfache und sichere Dateiübertragung</a></li>
|
||
|
||
</ul>
|
||
|
||
|
||
|
||
</main>
|
||
<footer><p>© </footer>
|
||
</body>
|
||
</html> |