Stopwatch Timer

Everything else that doesn't fall into one of the other PB categories.
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

Stopwatch Timer

Post by AZJIO »

Stopwatch Timer (Windows, Linux) Download
At the moment, only the Russian language. You can translate into your own language. But I will translate into English a bit later.
Temporarily inserted English into the source!
Image
Last edited by AZJIO on Tue Feb 11, 2025 11:00 am, edited 4 times in total.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Stopwatch Timer

Post by Kwai chang caine »

For the moment difficult to understand the use, but thanks for sharing 8)
ImageThe happiness is a road...
Not a destination
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

Re: Stopwatch Timer

Post by AZJIO »

Temporarily inserted English into the source!
To quickly make a translation I use my program-translator

Updated
Added window and font resizing (in ini file)
Added command line for signal file
Added message as signal (Linux only)
Added tray icon and menu

Linux command line lets you send a notification:

notify-send Notification text
gnome-terminal -e /home/User/timer.sh
zenity --info --title=Header --text=Text—messages
xdg-open path_to_file
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

Re: Stopwatch Timer

Post by AZJIO »

Updated
Rudy M
User
User
Posts: 44
Joined: Fri Aug 23, 2024 1:18 pm

Re: Stopwatch Timer

Post by Rudy M »

@AZJIO: Thanks for dealing your knowledge and program-listings.

Because I speak Dutch, I did already translate the Russian text in Your listings on the PBforum(s) via Google Translate.
Translating your Russian text sentences in your listings to Dutch via Google Translate (and vice versa) is nearly foolproof.

(In the past I used Google translate for three Russian speaking members in my Taichi lessons,
and all of them said "They could not found abnormal/no context words/or crazy looking translations".)

But your translator has the great advantage that it can be adapted and updated to translate PB syntax (almost) error-free.

When I test your timer I will translate it to English instead of Dutch, so If it look good, I will send you a copy.

Rudy M
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

Re: Stopwatch Timer

Post by AZJIO »

I added a quick timer selection, see the code here
Post Reply