pyUpload/_static/build-infos
2025-03-12 22:21:30 +01:00

86 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
## exe erstellen:
### pyinstaller
pip install pyinstaller
pyinstaller --onefile --add-data &quot;template.html;.&quot; --add-data &quot;success.html;.&quot; --add-data &quot;favicon.ico;.&quot; --windowed --icon favicon.ico pyUpload.py
pyinstaller --add-data &quot;template.html;.&quot; --add-data &quot;success.html;.&quot; --add-data &quot;favicon.ico;.&quot; --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 &quot;template.html;.&quot; --add-data &quot;success.html;.&quot; --add-data &quot;favicon.ico;.&quot; --windowed --icon favicon.ico pyUpload.py
pyinstaller --add-data &quot;template.html;.&quot; --add-data &quot;success.html;.&quot; --add-data &quot;favicon.ico;.&quot; --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="&#x2f;Tagebuch">Entwicklertagebuch</a></li>
<li><a href="&#x2f;info">#pyUpload - Sicherer Datei-Upload-Server für eine einfache und sichere Dateiübertragung</a></li>
<li><a href="&#x2f;dev&#x2f;README">#pyUpload - Sicherer Datei-Upload-Server für eine einfache und sichere Dateiübertragung</a></li>
</ul>
</main>
<footer><p>&copy; </footer>
</body>
</html>