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 + Rto open the "Run" dialog. - Type
taskschd.mscand 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file floatingtime-1.5.0.tar.gz.
File metadata
- Download URL: floatingtime-1.5.0.tar.gz
- Upload date:
- Size: 175.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51e703dfadefeea5ed85eafdc6a51f1b7a2d5adf1dc715a949242bc083848df0
|
|
| MD5 |
f4e227947e0452c341918dde0f5f4f53
|
|
| BLAKE2b-256 |
133b47460bc62c7cae5de3ef29009a0be56171f28b0d43905af1b3fb4fbc9917
|
File details
Details for the file floatingtime-1.5.0-py3-none-any.whl.
File metadata
- Download URL: floatingtime-1.5.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.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3925832a3dd6dad1c5b59bc309aebee38737c06b5e99b3244c9f56e1b920d6ac
|
|
| MD5 |
302178a1d9f329b5c4f1d20137adae9f
|
|
| BLAKE2b-256 |
6297712a33b8ef8780466d89038605bb6d00aa0e00e7fdebd981a651c84edf66
|