{"id":25487925,"url":"https://github.com/bredalis/basic-excel","last_synced_at":"2025-09-10T23:37:42.261Z","repository":{"id":276047996,"uuid":"928040404","full_name":"Bredalis/Basic-Excel","owner":"Bredalis","description":"📊 It is a project from the #100DaysOfCode challenge that allows you to use Excel in basic mode, for arithmetic operations. 🚀","archived":false,"fork":false,"pushed_at":"2025-02-06T01:00:39.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T01:28:19.624Z","etag":null,"topics":["desktop-app","excel","frameworks","interfaces","math","microsoft","python","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bredalis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-06T00:40:44.000Z","updated_at":"2025-02-06T01:00:43.000Z","dependencies_parsed_at":"2025-02-11T17:46:06.889Z","dependency_job_id":null,"html_url":"https://github.com/Bredalis/Basic-Excel","commit_stats":null,"previous_names":["bredalis/basic-excel"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FBasic-Excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FBasic-Excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FBasic-Excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FBasic-Excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bredalis","download_url":"https://codeload.github.com/Bredalis/Basic-Excel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239547042,"owners_count":19657076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-app","excel","frameworks","interfaces","math","microsoft","python","tkinter"],"created_at":"2025-02-18T20:37:56.230Z","updated_at":"2025-02-18T20:37:57.217Z","avatar_url":"https://github.com/Bredalis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Basic Excel** 📊\n\n\u003ca href=\"https://www.python.org/downloads/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3776AB?style=for-the-badge\u0026logo=python\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://docs.python.org/3/library/tkinter.html\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Tkinter-ffcc00?style=for-the-badge\u0026logo=python\u0026logoColor=black\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://docs.python.org/3/library/csv.html\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/CSV-4CAF50?style=for-the-badge\u0026logo=files\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://i.pinimg.com/236x/54/93/a0/5493a045992e2aa5fb9f7e1d6f45644e.jpg\"\u003e\n\n**Basic Excel** es una aplicación creada con **Python y Tkinter** que simula un **mini Excel**. Permite gestionar datos en celdas, realizar operaciones matemáticas y exportar la información a **CSV**. Ideal para quienes buscan automatizar tareas básicas sin depender de programas externos.  \n\n## **Características** ✨  \n\n- **Creación y edición de celdas** 📝  \n- **Realización de operaciones matemáticas** ➕➖✖️➗  \n- **Cambio de fuente en las celdas** 🔠  \n- **Exportación de datos a archivos CSV** 📂  \n\n## **Tecnologías Usadas** 🖥\n\n- \u003cimg src=\"https://img.shields.io/badge/Python-52be80\"\u003e : Lenguaje de programación para backend.\n- \u003cimg src=\"https://img.shields.io/badge/Tkinter-black\"\u003e : Librería para crear interfaces.\n- \u003cimg src=\"https://img.shields.io/badge/CSV-white\"\u003e : Librería para manipular archivos .csv.\n\n## **Instalación** 📥  \n\nSigue estos pasos para configurar el proyecto en tu entorno local:  \n\n1. **Clonar el Repositorio**  \n   ```bash\n   git clone https://github.com/Bredalis/Basic-Excel.git\n   cd Basic-Excel\n   ```  \n2. **Instalar Python**  \n   📌 [Descargar Python](https://www.python.org/downloads/)  \n\n3. **Ejecutar el Programa**  \n   ```bash\n   python Excel.py\n   ```  \n\n## **Uso** 🔧\n\n1. **Ejecutar el programa**:\n    ```bash\n    python App.py\n    ```\n\n2. **Ingresa datos en las celdas** 📄  \n3. **Selecciona dos celdas y aplica una operación matemática** 🔢  \n4. **Guarda el archivo como CSV para usarlo en Excel o Google Sheets** 📂  \n\n## **Estructura del Proyecto** 📁\n\n```\n├── Excel.py         # Código principal del programa\n├── Logo.ico              # Icono de la aplicación\n├── README.md             # Documentación del proyecto\n```\n\n## **Contribución** 🙋🏻‍♂️\n\n¡Las contribuciones son bienvenidas! Si deseas contribuir al proyecto, por favor sigue estos pasos:\n\n1. **Fork el Repositorio**\n2. **Crea una Rama** para tu nueva funcionalidad:\n    ```bash\n    git checkout -b mi-nueva-funcionalidad\n    ```\n3. **Haz Commit de tus Cambios**:\n    ```bash\n    git commit -am 'feat: ✨ Añadir nueva funcionalidad'\n    ```\n4. **Push a tu Repositorio Fork**:\n    ```bash\n    git push origin mi-nueva-funcionalidad\n    ```\n5. **Envía un Pull Request**\n\n## Licencia 📜\n\nEste proyecto está licenciado bajo la Licencia 📜 \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\" target=\"_blank\"\u003eGPLv3 (GNU General Public License V3.0)\u003c/a\u003e.\n\n\u003cbr\u003e\n\n## \u003cimg src=\"https://avatars.githubusercontent.com/u/111624948?s=400\u0026u=cd081f79392220d8cd2a22f2a8d5d3b18814350a\u0026v=4\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https://readme-typing-svg.demolab.com?font=Roboto+Slab\u0026color=%23FFFFFF\u0026size=35\u0026center=true\u0026vCenter=true\u0026width=450\u0026duration=1500\u0026pause=1000\u0026lines=Hola,+soy;Bredalis+Gautreaux!\" width=\"auto\" height=\"35\"/\u003e\n[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow\u0026style=social)](https://github.com/Bredalis)\n![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)\n\u003ca href=\"https://www.linkedin.com/in/bredalis-gautreaux/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-LinkedIn-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\n😊 Soy una programadora con 3 años en este sector, me encanta crear y aprender constantemente. ¡Amo lo que hago! #nlp #ia 😊\n\n## Mira mi perfil de GitHub:\n[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge\u0026logo=github\u0026logoColor=white\u0026labelColor=101010)](https://github.com/bredalis)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fbasic-excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredalis%2Fbasic-excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fbasic-excel/lists"}