Metadata-Version: 2.1
Name: DizzyBlog
Version: 0.1.0
Summary: A simple blog app
Home-page: https://github.com/fiza/my_project
Author: Fiza Rafakat
Author-email: fiza@example.com
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
```

