Metadata-Version: 2.1
Name: tor-refresh
Version: 0.4.3
Summary: Refresh your TOR circuit
Home-page: https://github.com/Fraccs/tor-refresh
Author: Francesco Aliprandi
Author-email: aliprandifrancescopp@gmail.com
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# TOR Refresh

> 🧅 Refresh your TOR circuit with ease.

---

<img src="https://user-images.githubusercontent.com/78105813/209010594-c6c054d2-e498-44df-95f3-247b9378cfcc.PNG" />

---

## Installation (pipx)

### Install pipx

```bash
python3 -m pip install pipx
```

```bash
python3 -m pipx ensurepath
```

### Install tor-refresh

```bash
pipx install tor-refresh
```

```bash
tor_refresh <?port> <?control_port>
```

## Installation (git)

### Install tor-refresh

```bash
git clone https://github.com/Fraccs/tor-refresh.git
```

```bash
python3 -m pipx ensurepath
```

```bash
pipx install tor-refresh
```

```bash
tor_refresh <?port> <?control_port>
```
