Utilities Module (utils)
- ! Add one or more contacts (utils.add_contacts)
- Remove all contacts (utils.remove_all_contacts)
- Encode text to a QR image (utils.qr_encode)
- Get launch arguments of current script (utils.launch_args)
- Check if script is launched via App (utils.is_launch_via_app)
- Import a video to Photos (utils.video_to_album)
- Generate a UUID (utils.gen_uuid)
- Timestamp to RFC 1123 string (utils.date_to_rfc1123)
- RFC 1123 time string to timestamp (utils.date_from_rfc1123)
- Timestamp to RFC 3339 string (utils.date_to_rfc3339)
- RFC 3339 time string to timestamp (utils.date_from_rfc3339)
- Timestamp to formatted time string (utils.date_to_format)
- Formatted time string to timestamp (utils.date_from_format)