Metadata-Version: 2.1
Name: myinput
Version: 0.1.1
Summary: A customizable input function that mimics and extends Python’s built-in input()
Home-page: https://github.com/yourusername/myinput
Author: Muhammad
Author-email: sultanmuhammadarslan72@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# myinput ??

A customizable Python input function that mimics and extends the built-in `input()` behavior.

## Features

- Flexible `prompt` and `end` parameters
- Mimics native input appearance
- Easy to test, simulate, or log input

## Installation

```bash
pip install myinput
