Metadata-Version: 2.4
Name: stringsmith
Version: 0.1.0
Summary: A lightweight toolkit for generating random strings: numbers, alphabets, alphanumeric with symbols.
Author: Aman Jain
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# stringsmith

Simple and flexible string generation toolkit.

## Features

- Generate random numbers
- Generate random alphabets
- Generate random alphanumeric strings with optional symbols
- CLI and Python API

## Installation

```bash
pip install stringsmith
