Metadata-Version: 2.1
Name: my-notebook-app
Version: 0.1.2
Summary: notebook
Home-page: https://github.com/hw010101/my_notebook_app
Author: lilzey
Author-email: lilzey0101@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/hw010101/my_notebook_app
Description: 
        # 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   
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
