my-notebook-app


Namemy-notebook-app JSON
Version 0.1.5 PyPI version JSON
download
home_page
Summarynotebook
upload_time2024-03-06 23:21:26
maintainer
docs_urlNone
authorlilzey
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # My Notebook App

My Notebook App is a simple notebook application where you can take and organize your notes.

## Features

- Create new notes
- Edit existing notes
- Organize notes into categories
- Search for notes
- User-friendly interface

## Installation

Clone the repository:

```
git clone https://github.com/hw010101/my_notebook_app.git
```
You can install My Notebook App using the following command:

```bash
cd my_notebook_app  
pip install my-notebook-app
```


To start My Notebook App, run the following command:

```
python3 my_notebook_app.py
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "my-notebook-app",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "lilzey",
    "author_email": "lilzey0101@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/09/e6/7eff4f467175504f5cc9d73950e921b44c7f77aae47aa49eb282504b2fe1/my_notebook_app-0.1.5.tar.gz",
    "platform": null,
    "description": "# My Notebook App\n\nMy Notebook App is a simple notebook application where you can take and organize your notes.\n\n## Features\n\n- Create new notes\n- Edit existing notes\n- Organize notes into categories\n- Search for notes\n- User-friendly interface\n\n## Installation\n\nClone the repository:\n\n```\ngit clone https://github.com/hw010101/my_notebook_app.git\n```\nYou can install My Notebook App using the following command:\n\n```bash\ncd my_notebook_app  \npip install my-notebook-app\n```\n\n\nTo start My Notebook App, run the following command:\n\n```\npython3 my_notebook_app.py",
    "bugtrack_url": null,
    "license": "",
    "summary": "notebook",
    "version": "0.1.5",
    "project_urls": {
        "Source": "https://github.com/hw010101/my_notebook_app"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09e67eff4f467175504f5cc9d73950e921b44c7f77aae47aa49eb282504b2fe1",
                "md5": "ceb47944d8adb915d030c553828ce45b",
                "sha256": "c2248d0c8c35d1b2cf3d661c3464038c4ade2af18c6fbe1e8e2d37d8bf69efbc"
            },
            "downloads": -1,
            "filename": "my_notebook_app-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ceb47944d8adb915d030c553828ce45b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1742,
            "upload_time": "2024-03-06T23:21:26",
            "upload_time_iso_8601": "2024-03-06T23:21:26.445738Z",
            "url": "https://files.pythonhosted.org/packages/09/e6/7eff4f467175504f5cc9d73950e921b44c7f77aae47aa49eb282504b2fe1/my_notebook_app-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 23:21:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hw010101",
    "github_project": "my_notebook_app",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "my-notebook-app"
}
        
Elapsed time: 0.98667s