A simple UWP countdown app for Windows 10/11.
Lecture Countdown is a must-have countdown app for students.
Does this sound familiar: You have been sitting in class for hours, are exhausted, and just want to head home already? Lecture Countdown is there to help you stay motivated! Keep it up and remain concentrated till the end! With the Lecture Countdown app, you can always see exactly how much longer the lecture will last - and how much time has already passed.
- Always on Top mode
- See how much time has already passed
- Progress visualization in percent
- Notification when countdown is over
- Theme support (Dark/Light)
To build the app from source, follow these instructions.
- Visual Studio 2022 with the UWP Development Kit
To build and run the project, open the .sln
file in Visual Studio, set LectureCountdownApp as the startup project (via right-click menu in in the solution explorer) and press F5 on the keyboard.
You can launch the app from the command line to pass parameters. Note that the App execution alias for LectureCountdown.exe
must be enabled in Windows Settings for this to work.
> LectureCountdown --length 20
--length length of the countdown in minutes
--end-time end time of the countdown in format hh:mm (with optional AM/PM)
--description description of the countdown (wrap in quotation marks if necessary)
--notification notification mode (accepts "none", "silent", "sound", or "alarm")
--notification-sound notification sound to be played (= position of the sound in the dropdown menu)
--compact-mode pass this parameter to launch the app in compact mode
--cancel pass this parameter to cancel the current countdown
> LectureCountdown --length 20 --description "My 20-minute countdown" --compact-mode
> LectureCountdown --end-time 09:30 --notification alarm --notification-sound 6
> LectureCountdown --cancel
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b amazing-feature
) - Commit your Changes (
git commit -m 'Add some Amazing Feature'
) - Push to the Branch (
git push origin amazing-feature
) - Open a Pull Request
This project is localized using Crowdin.
See PRIVACY.md for more information.
Distributed under the MIT License. See LICENSE.txt for more information.
If you enjoy using this app and would like to support me so I can dedicate more time to open source projects like this, here is my PayPal link - Thanks!