Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DecimalTurn/Excel-Pomodoro-Timer
Excel Pomodoro Timer
https://github.com/DecimalTurn/Excel-Pomodoro-Timer
countdown excel pomodoro-technique pomodoro-timer timer vba vba-excel
Last synced: about 2 months ago
JSON representation
Excel Pomodoro Timer
- Host: GitHub
- URL: https://github.com/DecimalTurn/Excel-Pomodoro-Timer
- Owner: DecimalTurn
- License: gpl-3.0
- Created: 2017-11-03T07:26:31.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T04:27:40.000Z (6 months ago)
- Last Synced: 2024-08-16T05:35:25.875Z (6 months ago)
- Topics: countdown, excel, pomodoro-technique, pomodoro-timer, timer, vba, vba-excel
- Language: VBA
- Homepage:
- Size: 948 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - DecimalTurn/Excel-Pomodoro-Timer - Excel Pomodoro Timer (VBA)
README
# Excel Pomodoro Timer
This Project offers a simple Excel Timer for the Pomodoro Technique.
More details on the Pomodoro Technique:
- https://en.wikipedia.org/wiki/Pomodoro_Technique
- https://www.sky-spiral.com/an-evaluation-of-the-pomodoro-technique/# Compatibility
Excel for Windows: Full compatibility
Excel for Mac: Partial compatibility
# Installation
Simply download the file Pomodoro_Timer.xlsb from the [latest release](https://github.com/DecimalTurn/Excel-Pomodoro-Timer/releases) and open it with Excel to start using it.
You will need to enable macros in order for the timer to work.# To contribute
Contributions to this project are welcome.
As you can see, there is no *.xlsb file in the repository. Instead, Assembler.bas contains the code that generates the worbkook (sheets, table, content, etc.) and the source code for modules, forms and named ranges is located in the src directory.
To submit a pull request, please export your changes as *.bas files manually or using a VBA version control tool such as [VbaDeveloper](https://github.com/DecimalTurn/vbaDeveloper).