Metadata-Version: 2.4
Name: moti
Version: 0.1.4
Summary: Automatically runs run.py in background
Home-page: https://github.com/jaydeepgajera/moti
Author: Your Name
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/jaydeepgajera/moti
Project-URL: Repository, https://github.com/jaydeepgajera/moti
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: seleniumbase
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Moti

Runs `run.py` in the background.

## Installation

```bash
pip install moti
```

## Usage

```bash
moti
```

That's it! Just run `moti` in any folder containing `run.py` and it starts in background.

## License

MIT
