Metadata-Version: 2.4
Name: animated-octo-spoon
Version: 0.1.0
Summary: A simple Python installer program
Author: pursutamdas52
License-Expression: MIT
Project-URL: Homepage, https://github.com/pursutamdas52/animated-octo-spoon
Keywords: forge,miner,launcher,pypi
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# animated-octo-spoon

This project is a simple Python installer program for convenient installation and execution.

## Install

```bash
pip install animated-octo-spoon
```

## Run

```bash
animated-octo-spoon
```

## Build locally

```bash
python -m pip install --upgrade build twine
python -m build
python -m twine check dist/*
```
