Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)