Skip to content

Commit 3f4d54c

Browse files
Lukas Geigerclaude
andcommitted
Add banner SVG and modernize README header
- Add assets/banner.svg (Python snake + crate motif, 1200x340 SVG) - Prepend banner image to README with modern header layout - Upgrade badges to linked format, add 1-line tagline Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a4f3e21 commit 3f4d54c

2 files changed

Lines changed: 270 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# PythonBox - lightweight Python IDE for Windows
1+
<img src="assets/banner.svg" width="100%" alt="PythonBox — Lightweight Python IDE for Windows" />
2+
3+
# PythonBox — Lightweight Python IDE for Windows
4+
5+
> Focused editor with PDB debugging, code folding, linting, Git status, and VS Code/PyCharm handoff.
6+
7+
[![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/)
8+
[![PySide6](https://img.shields.io/badge/PySide6-6.5+-green.svg)](https://pypi.org/project/PySide6/)
9+
[![PythonBox tests](https://github.com/dev-bricks/pythonbox/actions/workflows/tests.yml/badge.svg)](https://github.com/dev-bricks/pythonbox/actions/workflows/tests.yml)
10+
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
211

312
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.
413

514
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.
615

7-
![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
8-
![PySide6](https://img.shields.io/badge/PySide6-6.5+-green.svg)
9-
![PythonBox tests](https://github.com/dev-bricks/pythonbox/actions/workflows/tests.yml/badge.svg)
10-
![License](https://img.shields.io/badge/License-MIT-yellow.svg)
11-
1216
## Start here
1317

1418
| If you want to... | Start with |

assets/banner.svg

Lines changed: 260 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)