https://github.com/luismisanve/shieldbadgegenerator
Desktop application that lets you easily generate Shields.io badges
https://github.com/luismisanve/shieldbadgegenerator
badge python script shields-io simple-icons tkinter
Last synced: 3 months ago
JSON representation
Desktop application that lets you easily generate Shields.io badges
- Host: GitHub
- URL: https://github.com/luismisanve/shieldbadgegenerator
- Owner: LuisMiSanVe
- License: apache-2.0
- Created: 2025-05-30T06:51:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T15:03:05.000Z (about 1 year ago)
- Last Synced: 2025-06-03T04:12:43.895Z (about 1 year ago)
- Topics: badge, python, script, shields-io, simple-icons, tkinter
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.es.md
- License: LICENSE
Awesome Lists containing this project
README
> [Ver en ingles/See in english](https://github.com/LuisMiSanVe/ShieldBadgeGenerator/blob/main/README.md)
# 🛡️ Generador de Insignias Shields.io
[](https://code.visualstudio.com/)
[](https://www.python.org/)
[](https://shields.io/)
[](https://simpleicons.org/)
Script de Python con Tkinter para construir facilmente insignias de **Shields.io**.
## 📝 Explicación de Tecnología
Este script utiliza dos APIs:
- **[JSON de Simple Icons](https://raw.githubusercontent.com/simple-icons/simple-icons/develop/data/simple-icons.json)**: Los iconos registrados en el JSON son cargados en un array y los muestra en el *Entry* como pistas mientras escribes.
- **[Shields.io](https://shields.io/)**: El script coge los datos introducidos y construye la URL de Shields.io que monta la insignia.
## 📋 Prerequisitos
Necesitarás tener instalado [Python](https://www.python.org/) y/o la [Extensión de VS Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python) para ejecutar el script.
## 💻 Tecnologías usadas
- Lenguaje de programación: [Python](https://www.python.org/)
- Librerías:
- [Tkinter](https://docs.python.org/es/3.13/library/tkinter.html)
- [requests](https://pypi.org/project/requests/)
- [webbrowser](https://docs.python.org/3/library/webbrowser.html)
- Otros:
- [Shields.io](https://shields.io/)
- [Simple Icons](https://raw.githubusercontent.com/simple-icons/simple-icons/develop/data/simple-icons.json)
- [VSC Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
- IDE Recomendado: [VS Code](https://code.visualstudio.com/)