# _**poodio**_
[](https://github.com/AsherJingkongChen/poopoo/stargazers)
[](https://github.com/AsherJingkongChen/poopoo/issues)
[](https://github.com/AsherJingkongChen/poopoo/blob/main/LICENSE.txt)
💩 💨 Farts poo poo audio 💨 💩
## Install & Run
[](https://www.npmjs.com/package/poodio)
[](https://pypi.org/project/poodio/)
💩 We provide several ways to install and run **`poodio`** on your system with a single command. 💩
1. **💩 [`bunx`](https://bun.sh/) 💩**
```shell
bunx poodio
```
```shell
bunx --bun poodio
```
```shell
bunx poodio@0.1.0
```
2. **💩 [`npx`](https://nodejs.org/en/download/) 💩**
```shell
npx -y poodio
```
```shell
npx -y poodio@0.1.0
```
3. **💩 [`pipx`](https://pypi.org/project/pipx/) 💩**
```shell
pipx run poodio
```
```shell
pipx run poodio==0.1.0
```
4. **💩 [`uvx`](https://docs.astral.sh/uv/#installation) 💩**
```shell
uvx poodio
```
```shell
uvx poodio==0.1.0
```
## Install
[](https://github.com/AsherJingkongChen/poopoo/tags)
[](https://www.npmjs.com/package/poodio)
[](https://github.com/AsherJingkongChen/homebrew--/blob/main/Formula/poodio.rb)
[](https://crates.io/crates/poodio)
[](https://pypi.org/project/poodio/)
💩 We provide several ways to install **`poodio`** so you can [run](#run) it later. 💩
1. **💩 [`brew`](https://brew.sh/) 💩**
```shell
brew install asherjingkongchen/-/poodio
```
2. **💩 [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall?tab=readme-ov-file#installation) 💩**
```shell
cargo-binstall -y poodio
```
```shell
cargo-binstall -y poodio@0.1.0
```
3. **💩[`curl`](https://curl.se/download.html) 💩**
```shell
curl -LSsf https://asherjingkongchen.github.io/poopoo/poodio.sh | sh
```
```shell
curl -LSsf https://asherjingkongchen.github.io/poopoo/poodio.sh | sh -s -- 0.1.0
```
4. **💩 [`npm`](https://nodejs.org/en/download/) 💩**
```shell
npm i -g poodio
```
```shell
npm i -g poodio@0.1.0
```
5. **💩 [`pip`](https://pip.pypa.io/en/stable/installation/) 💩**
```shell
pip install poodio
```
```shell
pip install poodio==0.1.0
```
6. **💩 [`uv`](https://docs.astral.sh/uv/#installation) 💩**
```shell
uv tool install poodio
```
```shell
uv tool install poodio==0.1.0
```
7. **💩 [`git`](https://git-scm.com/downloads) & [`cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html) 💩**
```shell
git clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1
cargo install --locked --path poopoo/poodio
```
```shell
git clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1
cargo install --locked --path poopoo/poodio
```
## Run
[](https://www.apple.com/macos/)
[](https://www.kernel.org/doc/html/v6.14/arch/x86/x86_64/index.html)
[](https://kernel.org/)
[](https://en.wikipedia.org/wiki/Command-line_interface)
[](https://www.kernel.org/doc/html/v6.14/arch/arm64/index.html)
[](https://www.microsoft.com/en-us/windows/)
💩 After [installing](#install), run **`poodio`** with the following commands. 💩
1. **💩 Prints help info 💩**
```shell
poodio -h
```
```shell
poodio --help
```
2. **💩 Prints version info 💩**
```shell
poodio -V
```
```shell
poodio --version
```
## Integrate
[](https://crates.io/crates/poodio)
[](https://www.npmjs.com/package/poodio)
[](https://pypi.org/project/poodio/)
💩 You can integrate **`poodio`** into your own project with the following commands. 💩
1. **💩 [`cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html) 💩**
```shell
cargo add poodio
```
```shell
cargo add poodio@0.1.0
```
2. **💩 [`npm`](https://nodejs.org/en/download/) 💩**
```shell
npm i poodio
```
```shell
npm i poodio@0.1.0
```
3. **💩 [`uv`](https://docs.astral.sh/uv/#installation) 💩**
```shell
uv add poodio
```
```shell
uv add poodio==0.1.0
```
4. **💩 [`git`](https://git-scm.com/downloads) & [`cargo`](https://doc.rust-lang.org/cargo/getting-started/installation.html) 💩**
```shell
git clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1
cargo add --path poopoo/poodio
```
```shell
git clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1
cargo add --path poopoo/poodio
```