Skip to content

Commit 225344d

Browse files
author
Lukas Geiger
committed
docs: improve PythonBox discoverability
1 parent 0437536 commit 225344d

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.1.0/).
1111
- `PORTIERUNGSPLAN.md` mit Desktop-only-Strategie für Windows, macOS und Linux.
1212
- Regressionstests für Qt6-Editor-APIs, F5-Ausführung, externe Python-Kommandos und Offscreen-Fensteraufbau.
1313
- GitHub Actions Workflow für Windows-Regressionstests auf Python 3.10 bis 3.12.
14+
- README-SEO-Einstieg, präzisere Screenshot-Beschreibung und Discovery-Keywords für die GitHub-Suche.
1415

1516
### Geändert / Changed
1617
- README, Security Policy, Contributing Guide und Code of Conduct auf das aktuelle Repository `dev-bricks/pythonbox` und die MIT-Lizenz ausgerichtet.

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
# Python Code Architect (PythonBox) v8
1+
# PythonBox - lightweight Python IDE for Windows
22

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.
44

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.
66

77
![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
88
![PySide6](https://img.shields.io/badge/PySide6-6.5+-green.svg)
99
![License](https://img.shields.io/badge/License-MIT-yellow.svg)
1010

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+
![PythonBox dark-theme Python IDE with editor, minimap, output panel, and local debugging controls](README/screenshots/main.png)
18+
1119
## Funktionen / Features
1220

1321
### Editor
@@ -39,10 +47,6 @@ PythonBox is a lightweight Python IDE with a dark theme, integrated debugging, c
3947
- macOS und Linux sind sinnvolle Source-Smoke-Ziele aus derselben PySide6-Codebasis.
4048
- Android, iOS und Web/PWA sind keine aktuellen Ziele, weil PythonBox lokale Dateien, lokale Interpreter, Debugger, Linter und Git direkt nutzt.
4149

42-
## Screenshot
43-
44-
![Hauptfenster / Main window](README/screenshots/main.png)
45-
4650
## Installation
4751

4852
### Voraussetzungen / Requirements
@@ -107,6 +111,10 @@ Nicht versioniert werden interne Aufgabenlisten, Test-Locks, lokale Build-Artefa
107111

108112
PythonBox bleibt als schlanke Python-IDE erhalten. Die geplante Multi-Language-Erweiterung läuft separat unter CodeBox.
109113

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+
110118
## Lizenz / License
111119

112120
MIT License, siehe [LICENSE](LICENSE).

0 commit comments

Comments
 (0)