Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgedipra/pomodoro
un sistema de pomodoro simple hecho en python
https://github.com/jorgedipra/pomodoro
datetime phyton python3 time tkinter winsound
Last synced: about 2 months ago
JSON representation
un sistema de pomodoro simple hecho en python
- Host: GitHub
- URL: https://github.com/jorgedipra/pomodoro
- Owner: jorgedipra
- License: mpl-2.0
- Created: 2024-07-25T01:14:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T01:19:36.000Z (6 months ago)
- Last Synced: 2024-07-25T02:50:21.332Z (6 months ago)
- Topics: datetime, phyton, python3, time, tkinter, winsound
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomodoro
un sistema de pomodoro simple hecho en python
## Screenshots![image](https://github.com/user-attachments/assets/d7aeb57d-34be-4a1a-89c7-de172ece546d)
## Tech Stack
**lenguaje:** Python
![Logo](https://www.python.org/static/img/python-logo.png)
## Installation
Modificar la extensión de los archivos de Python de .py a .pyw para facilitar la ejecución sin utilizar la consola.
### windows
Renombrar
```bash
ren main.py pomodoro.pyw
```
correr
```bash
python .\main.pyw
```
### Linux
Renombrar
```bash
mv main.py pomodoro.pyw
```
correr
```bash
python3 .\main.pyw
```## Authors
- [@jorgedipra](https://jorgedipra.github.io/)
## 🔗 Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://jorgedipra.github.io/)