Metadata-Version: 2.1
Name: python_syntax
Version: 0.9
Summary: A CLI tool to insert common Python syntax into files.
Home-page: https://github.com/yourusername/python_syntax
Author: Sandeepan Mohanty
Author-email: sandimohanty@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Syntax Helper CLI (`python_syntax`)

Welcome to the **Python Syntax Helper CLI** tool! This tool allows you to quickly add commonly used Python syntax templates (such as lists, tuples, dictionaries, functions, and more) directly into your Python files. It's perfect for beginners and experienced developers alike, helping you speed up the coding process by providing quick code templates.

## Features

- **List Syntax**: Quickly add Python list syntax.
- **Tuple Syntax**: Quickly add Python tuple syntax.
- **Dictionary Syntax**: Quickly add Python dictionary syntax.
- **Function Syntax**: Quickly add Python function syntax.
- **If-Else Syntax**: Quickly add Python if-else syntax.
- **Custom File Inclusion**: Choose the file where you want to add the selected code template.

## Installation

You can install the `python_syntax` tool from PyPI using `pip`:

### To Install:

```bash
pip install python_syntax
