New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

link-notify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

link-notify

Creates notification with button

1.1
PyPI
Maintainers
1

Link_Notify

Simple notification creator with button package by progbits

visit us - https://progbits.xyz

For docs, tutorials and updates visit - https://progbits.xyz/link-notify

Installation-

pip install link-notify

Simple code to create a notification-


import link_notify as ln

ln.notify(

	"Text for notification under 40 characters",

	"link to open(example.com)",

	5, #time till notification disappears

	"text on button")



Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts