A fully offline-capable Python application for converting text to ASCII, binary, hex, and decimal – and back. The GUI includes dark/light mode, multilingual support, GitHub integration and an animated info dialog with your logo.
![]() |
![]() |
---|
- Text → ASCII, BIN, HEX, DEC
- ASCII, BIN, HEX, DEC → Text
- Multilingual (English / German)
- Dark mode & light mode toggle
- GitHub link (bottom-right button)
- Info dialog with logo and localized description
- Error handling & clipboard integration
- Modern tkinter GUI with themed styles (via JSON)
- 100% local – no cloud, no telemetry
.Text ⇄ Code Converter
├── app.py
├── logic/
│ └── converter.py
├── themes/
│ ├── dark.json
│ └── light.json
├── locales/
│ ├── de.json
│ └── en.json
├── assets/
│ └── logo.png
- Install Python 3.9+/-
- Install dependencies:
pip install pillow
python app.py
- Language: via switch button in GUI
- Theme: light/dark toggle
- Info: displays project description and PNG logo
- Logo path:
assets/logo.png
- Python ≥ 3.9
- PNG image for info dialog (optional)
MIT License – free for use and modification LICENSE