Skip to main content

Minimalistic tool to set alarms from the terminal.

Project description

Set alarms from your terminal.

Installation

You can install this package using pip:

pip install pylarm

The command pylarm will then be available from your terminal.

Usage example

Set an alarm

pylarm set --sound <PATH_TO_SOUND_FILE> --message='The time has come!' --at='17:00' &

You can also simply run

pylarm set --sound <PATH_TO_SOUND_FILE>

and you'll be prompted to select the time and the message.

Cancel an alarm

After setting an alarm, you'll be informed of the pid of that alarm. You can use it to cancel the alarm as follows:

pylarm cancel --pid=<PID_OF_THE_ALARM>

Again, you can simply run

pylarm cancel

and you'll be prompted to select the pid.

To know the details about a subcommand you can run pylarm <subcommand> --help.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylarm-2.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

pylarm-2.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page