Metadata-Version: 2.1
Name: dizzyblog
Version: 0.1.1
Summary: A simple blog management tool
Home-page: https://github.com/FiZaRafakat/dizzyblog-python-cli
Author: Your Name
Author-email: your_email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Blog Post Manager

## Overview
The Dizzy Blog is a blog Post Manager,  Python-based application designed to help you manage your blog posts efficiently. It provides features to create, edit, delete, and organize your blog content.

## Features
- **Create Posts**: Easily create new blog posts with a simple interface.
- **Edit Posts**: Update your existing posts with new content or corrections.
- **Delete Posts**: Remove posts that are no longer needed.
- **Organize Posts**: Categorize and tag your posts for better organization.
- **Comments Manage**: You can add , update , delete and view you comments.

## Installation
To install the Blog Post Manager, follow these steps:
1. Clone the repository:
    ```bash
    git clone https://github.com/yourusername/blogpostmanager.git
    ```
2. Navigate to the project directory:
    ```bash
    cd blogpostmanager
    ```
3. Install the required dependencies:
    ```bash
    pip install -r requirements.txt
    ```

## Usage
To start the Blog Post Manager, run the following command:
```bash
python main.py
```

