Skip to content

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.

License

Notifications You must be signed in to change notification settings

bylickilabs/Text-Code-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylint VirusTotal

🧠 Text ⇄ Code Converter (GUI)

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.

1 2

🚀 Features

  • 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

📁 Project Structure

.Text ⇄ Code Converter
├── app.py
├── logic/
│   └── converter.py
├── themes/
│   ├── dark.json
│   └── light.json
├── locales/
│   ├── de.json
│   └── en.json
├── assets/
│   └── logo.png

🖥️ Installation

  1. Install Python 3.9+/-
  2. Install dependencies:
pip install pillow

▶️ Run

python app.py

📝 Configuration

  • Language: via switch button in GUI
  • Theme: light/dark toggle
  • Info: displays project description and PNG logo
  • Logo path: assets/logo.png

✅ Requirements

  • Python ≥ 3.9
  • PNG image for info dialog (optional)

🪪 License

MIT License – free for use and modification LICENSE

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages