|
1 | | -# Python Code Architect (PythonBox) v8 |
| 1 | +# PythonBox - lightweight Python IDE for Windows |
2 | 2 |
|
3 | | -PythonBox ist eine leichtgewichtige Python-IDE mit Dark Theme, integriertem Debugging, Code Folding und optionaler Editor-Integration für VS Code und PyCharm. |
| 3 | +PythonBox is a local-first Python IDE for Windows developers who want a focused editor with PySide6, PDB debugging, code folding, linting, Git status, and optional handoff to VS Code or PyCharm. |
4 | 4 |
|
5 | | -PythonBox is a lightweight Python IDE with a dark theme, integrated debugging, code folding, and optional VS Code/PyCharm integration. |
| 5 | +PythonBox ist eine lokale Python-IDE für Windows-Entwicklerinnen und -Entwickler, die einen fokussierten Editor mit PySide6, PDB-Debugging, Code Folding, Linting, Git-Status und optionaler Übergabe an VS Code oder PyCharm suchen. |
6 | 6 |
|
7 | 7 |  |
8 | 8 |  |
9 | 9 |  |
10 | 10 |
|
| 11 | +## Why PythonBox? |
| 12 | + |
| 13 | +PythonBox is built for small Python scripts, local automation tools, learning workflows, and LLM-assisted coding sessions where a full IDE can feel too heavy. It keeps the core loop in one desktop window: open a file, edit Python, run it with the current interpreter, inspect output, debug with breakpoints, and check Git changes before handing the file to a larger IDE when needed. |
| 14 | + |
| 15 | +## Screenshot |
| 16 | + |
| 17 | + |
| 18 | + |
11 | 19 | ## Funktionen / Features |
12 | 20 |
|
13 | 21 | ### Editor |
@@ -39,10 +47,6 @@ PythonBox is a lightweight Python IDE with a dark theme, integrated debugging, c |
39 | 47 | - macOS und Linux sind sinnvolle Source-Smoke-Ziele aus derselben PySide6-Codebasis. |
40 | 48 | - Android, iOS und Web/PWA sind keine aktuellen Ziele, weil PythonBox lokale Dateien, lokale Interpreter, Debugger, Linter und Git direkt nutzt. |
41 | 49 |
|
42 | | -## Screenshot |
43 | | - |
44 | | - |
45 | | - |
46 | 50 | ## Installation |
47 | 51 |
|
48 | 52 | ### Voraussetzungen / Requirements |
@@ -107,6 +111,10 @@ Nicht versioniert werden interne Aufgabenlisten, Test-Locks, lokale Build-Artefa |
107 | 111 |
|
108 | 112 | PythonBox bleibt als schlanke Python-IDE erhalten. Die geplante Multi-Language-Erweiterung läuft separat unter CodeBox. |
109 | 113 |
|
| 114 | +## Discovery keywords |
| 115 | + |
| 116 | +`python ide`, `lightweight python editor`, `pyside6 code editor`, `windows python ide`, `local-first developer tool`, `pdb debugger gui`, `python linting`, `code folding`, `git diff editor`, `vs code handoff`, `pycharm handoff`, `offline python editor` |
| 117 | + |
110 | 118 | ## Lizenz / License |
111 | 119 |
|
112 | 120 | MIT License, siehe [LICENSE](LICENSE). |
|
0 commit comments