Metadata-Version: 2.4
Name: code-printer
Version: 1.0.2
Summary: A global Python package to print predefined code snippets
Home-page: https://github.com/MrPhantom2325/code-printer.git
Author: Shriyans
Author-email: Shriyans <shriyans.work2325@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/MrPhantom2325/code-printer.git
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Code Printer 🐍

A simple Python package that allows you to quickly access and print your favorite code snippets from anywhere in your terminal.

## Features

- 🚀 Global command-line access
- 📋 12 predefined code snippets
- 🔍 Search functionality
- 📝 List and preview codes
- 💻 Easy to customize and extend

## Installation

### From Source (Recommended for customization)

1. Clone or download this package
2. Navigate to the package directory
3. Install in development mode:

```bash
pip install code-printer .
```
