notebot


Namenotebot JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/Tirthaboos/notebot
SummaryA command-line tool to open Notepad or create and open files with Notepad.
upload_time2024-09-05 05:32:34
maintainerNone
docs_urlNone
authorSouporno Chakraborty
requires_pythonNone
licenseMIT
keywords notepad file command-line
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```bash
pip install .
```

```bat
python -m pip install notebot
```
## Usage
### Open Notepad
You can open Notepad directly using the following command:
```bat
python -m note .
```
**This commant open default notopad**

```bat
python -m note My_File.File_Extantion
```
**This commant create My_File.File_Extantion and open on default notepad**


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Tirthaboos/notebot",
    "name": "notebot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "notepad, file, command-line",
    "author": "Souporno Chakraborty",
    "author_email": "shrabanichakraborty83@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/12/de/a6ed18d0f3e62e55d023f29b1db4d6c8cc0e7ea04241d5f1d91878e6a183/notebot-0.2.tar.gz",
    "platform": null,
    "description": "# NoteBot\r\n# Note Package\r\n\r\nThe 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.\r\n\r\n## Installation\r\n\r\nYou can install the package using pip. Navigate to the directory containing `setup.py` and run:\r\n\r\n```bash\r\npip install .\r\n```\r\n\r\n```bat\r\npython -m pip install notebot\r\n```\r\n## Usage\r\n### Open Notepad\r\nYou can open Notepad directly using the following command:\r\n```bat\r\npython -m note .\r\n```\r\n**This commant open default notopad**\r\n\r\n```bat\r\npython -m note My_File.File_Extantion\r\n```\r\n**This commant create My_File.File_Extantion and open on default notepad**\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A command-line tool to open Notepad or create and open files with Notepad.",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/Tirthaboos/notebot"
    },
    "split_keywords": [
        "notepad",
        " file",
        " command-line"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a4e3da94094e4c251ecc66411c64b5c6978534088a3f849c3366e8c75bf769c",
                "md5": "126a6ffca93469921510cac0eb4522bf",
                "sha256": "f5fccdd751aa306c85e92752323853debce8b6b391e7ba894ab0d662731a6743"
            },
            "downloads": -1,
            "filename": "notebot-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "126a6ffca93469921510cac0eb4522bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2375,
            "upload_time": "2024-09-05T05:32:31",
            "upload_time_iso_8601": "2024-09-05T05:32:31.650674Z",
            "url": "https://files.pythonhosted.org/packages/8a/4e/3da94094e4c251ecc66411c64b5c6978534088a3f849c3366e8c75bf769c/notebot-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12dea6ed18d0f3e62e55d023f29b1db4d6c8cc0e7ea04241d5f1d91878e6a183",
                "md5": "750c85cb18c569920188ca079037cc9e",
                "sha256": "aa27a5efe6e040b3ca540cc522fb9c06aabf6fbd083b91be95a344537a51a67f"
            },
            "downloads": -1,
            "filename": "notebot-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "750c85cb18c569920188ca079037cc9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2009,
            "upload_time": "2024-09-05T05:32:34",
            "upload_time_iso_8601": "2024-09-05T05:32:34.572063Z",
            "url": "https://files.pythonhosted.org/packages/12/de/a6ed18d0f3e62e55d023f29b1db4d6c8cc0e7ea04241d5f1d91878e6a183/notebot-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 05:32:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Tirthaboos",
    "github_project": "notebot",
    "github_not_found": true,
    "lcname": "notebot"
}
        
Elapsed time: 0.28332s