This commit is contained in:
Adam Skotarczak 2025-08-17 12:18:00 +02:00
parent abeec7bd9c
commit b3a831ed42
Signed by: realAscot
GPG Key ID: 4CB9B8D93A96A538
11 changed files with 19 additions and 58 deletions

3
.gitignore vendored
View File

@ -36,3 +36,6 @@ Thumbs.db
# Custom: # Custom:
*kopie* *kopie*
gitcopy.bat gitcopy.bat
# IDE
.vscode/

View File

@ -1,7 +0,0 @@
{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter"
]
}

View File

@ -1,30 +0,0 @@
{ // Bitte daran denken das Kommentare eigentlich nicht von json unterstützt werden :-)
// Das funktioniert hier nur in Microsofts jsonc im VS-Code!
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pylintArgs": ["--disable=C0114,C0115,C0116"],
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"python.analysis.typeCheckingMode": "basic",
// Abschliessende Leerzeichen entfernen:
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
// Markdown für das Entfernen von abschliessenden Leerzeichen rausnehmen:
"[markdown]": {
"files.trimTrailingWhitespace": false,
"editor.wordWrap": "off"
},
// Für Pythonfiles Tababstand definieren und Tabs durch Leerzeichen ersetzen
"[python]": {
"editor.tabSize": 4,
"editor.insertSpaces": true
},
}

17
.vscode/tasks.json vendored
View File

@ -1,17 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Linter (pylint)",
"type": "shell",
"command": "pylint beispiel.py",
"group": "build"
},
{
"label": "Typprüfung (mypy)",
"type": "shell",
"command": "mypy beispiel.py",
"group": "build"
}
]
}

View File

@ -2,6 +2,13 @@
## pyUpload (TKInter-Version 1.0) ## pyUpload (TKInter-Version 1.0)
- **2025-05-07 - v1.2.1**
- **Geändert:**
- [x] Logo angepasst und kleine belanglose Änderungen
- [X] (C) aus LICENSE entfernt
---
- **2025-05-07 - v1.2.1** - **2025-05-07 - v1.2.1**
- **Geändert:** - **Geändert:**
- [x] `main.py` übergibt beim Neustart unter Linux jetzt einen **absoluten Pfad**, um Doppelpunkte wie `app/app/main.py` zu vermeiden. - [x] `main.py` übergibt beim Neustart unter Linux jetzt einen **absoluten Pfad**, um Doppelpunkte wie `app/app/main.py` zu vermeiden.

View File

@ -1,6 +1,6 @@
MIT License with Attribution Requirement MIT License with Attribution Requirement
Copyright (c) 2025 Adam Skotarczak <adam@skotarczak.net> Adam Skotarczak <adam@skotarczak.net>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal of this software and associated documentation files (the “Software”), to deal

View File

@ -4,11 +4,16 @@
## ⚠️ Projektstatus: Eingefroren Nur noch Bugfixes ## ⚠️ Projektstatus: Eingefroren Nur noch Bugfixes
Diese Version von **pyUpload** wird **nicht weiterentwickelt** und erhält nur noch Fehlerbehebungen. > Diese Version von **pyUpload** wird **nicht weiterentwickelt** und erhält nur noch Fehlerbehebungen.
Die neue Version mit Flask-Backend wird **bald** verfügbar sein unter: > Die neue Version mit Flask-Backend wird **bald** verfügbar sein unter:
🔗 **<https://github.com/realAscot/pyUpload2>** 🔗 **<https://github.com/realAscot/pyUpload2>**
**DIESE** Version ist aber voll funktionsfähig, sowohl die reine Python-Version wie auch die Windows `.exe`
- (<https://github.com/realAscot/pyUpload/releases/tag/v1.0.0-alpha>)
Dem Programm liegen bootstrap Routinen bei die alle notwendigen Biblioteken nachinstallieren.
--- ---
## 📑 Inhalt der Readme ## 📑 Inhalt der Readme

View File

@ -1 +1 @@
1.2.1 1.2.2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB