Metadata-Version: 2.4
Name: scpygen
Version: 1.0.2
Summary: A python project structure generator
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Scpygen 😍

Scpygen is a Python-based code generation tool designed to streamline the development process by automating the creation of boilerplate code. This tool helps developers quickly set up new projects or add components to existing ones, reducing manual effort and potential for errors.

## Features 💡

- **Project Initialization**: Quickly generate the basic structure for new Python projects.
- **Easy to Use**: Simple command-line interface for quick code generation.

## Installation ⚙️

To install Scpygen, you can use pip:

```bash
pip install scpygen
```

### Initializing a New Project 📁


To create a new project with a basic structure in your current directory, run:

```bash
scpygen
```

## Change Log 📄
You can view the Change Log [HERE](https://github.com/xShadowCodingx/scpygen/blob/prod/changelog.md).

## License 🪪

This project is licensed under the MIT License - see the [LICENSE](https://github.com/xShadowCodingx/scpygen/blob/prod/LICENSE) file for details.
