Floating time app.
Project description
This Python application showcases a floating window timer that appears every half-hour (HH:30
) and hour (HH:00
), remaining visible for 10 seconds.
Install on Windows
Requirements: python >= 3.9
. Install application and dependencies:
pip install schedule floatingtime
Create a Powershell script, floatingtime.ps1
:
python -m floatingtime.main
Open Task Scheduler:
- Press
Win + R
to open the "Run" dialog. - Type
taskschd.msc
and press Enter to open Task Scheduler. Create a new task: - In Task Scheduler, click on "Create Task..." in the right-hand Actions pane.
- Click on the "Triggers" tab and then "New". Actions Tab:
- Click on the "Actions" tab and then "New".
- For the action, select "Start a program".
- In the "Program/script" field, enter
powershell.exe
. - In the "Add arguments (optional)" field, enter the following:
-ExecutionPolicy Bypass -WindowStyle Hidden -File "C:\path\to\your\script\myscript.ps1"
Replace "C:\path\to\your\script\myscript.ps1"
with the actual path to your PowerShell script(floatingtime.ps1
).
Save and restart the computer, all set.
Install on Mac
To be added...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
floatingtime-1.3.0.tar.gz
(175.6 kB
view details)
Built Distribution
File details
Details for the file floatingtime-1.3.0.tar.gz
.
File metadata
- Download URL: floatingtime-1.3.0.tar.gz
- Upload date:
- Size: 175.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e796d2e74604956dad122fab02e11c0dad15909d8ddb280e37373ed76efa11d7 |
|
MD5 | 1df6346af0982b2dab46b8ccd1c57508 |
|
BLAKE2b-256 | 582c84df47f987a08e1d85dff20ab3ffbd5c07dadd786861a5fd4ece27f56e60 |
File details
Details for the file floatingtime-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: floatingtime-1.3.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e9ef5b612688b703c34ce9b3c134af208dcd84da0d1dc1f87f75f1067c974e7 |
|
MD5 | 692bef6c37fec7a1d35a36e33aba2f6f |
|
BLAKE2b-256 | bf62457608c122fbdfb789494b2794901fe781ca0eb970b592971e781965e46a |