@samuellouf/dialogs
v1.1.0
Published
A JS module to show dialogs.
Readme
@samuellouf/dialogs
A JavaScript module to show dialogs.
Introduction
@samuellouf/dialogs allows you to show popup dialogs. Dialogs works on Windows, Linux, and MacOS by using Python, tkinter or msgbox (on Windows only).
Installation
From npm
- Open your terminal in the folder in which you want to install dialogs
- Type
npm install @samuellouf/dialogsFrom GitHub
- Open your terminal in the folder in which you want to install dialogs
npm i https://github.com/samuellouf/dialogs
