Metadata-Version: 2.3
Name: create-base-projects
Version: 0.0.3.1
Summary: This libraly i`am created just for self using if u want u can use it with me
Author: Арсений
Author-email: workmailskr@mail.ru
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: inquirer (==3.4.0)
Requires-Dist: typer[all] (>=0.15.1,<0.16.0)
Description-Content-Type: text/markdown

0.1.0

A simple CLI tool to help you create base projects for different Python frameworks. Currently, it supports creating projects for:

- **PyQt** (for GUI applications)
- **Aiogram** (for Telegram bots)

This tool helps automate the setup of projects, virtual environments, and dependency management.

## Features

- **Project Initialization**: Create a new project with predefined templates for PyQt or Aiogram.
- **Virtual Environment Management**: Create, activate, and manage virtual environments with ease.
- **Dependency Management**: Install and uninstall required dependencies for your project.

