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