🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

notebot

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notebot

A command-line tool to open Notepad or create and open files with Notepad.

0.2
Maintainers
1

NoteBot

Note Package

The Note Package provides a command-line tool to interact with Notepad from Python. You can use it to open Notepad directly or create and open files with Notepad.

Installation

You can install the package using pip. Navigate to the directory containing setup.py and run:

pip install .
python -m pip install notebot

Usage

Open Notepad

You can open Notepad directly using the following command:

python -m note .

This commant open default notopad

python -m note My_File.File_Extantion

This commant create My_File.File_Extantion and open on default notepad

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