Metadata-Version: 2.3
Name: rayt
Version: 0.1.1
Summary: A TUI program for setting up hysteria2 and juicity proxy services. 
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: qrcode>=8.2
Requires-Dist: textual>=8.2.3
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# rayt

A TUI program for setting up hysteria2 and juicity proxy services.

## Dependencies

- bash
- openssl
- curl

## Installation

1. Install with uv package manager:
   ```sh
   uv tool update-shell
   export PATH="/home/user/.local/bin:$PATH"
   uv tool install rayt
   ```

2. Run rayt with:
   ```sh
   sudo rayt
   ```

Follow the on-screen instructions to set up hysteria2 and juicity proxy services.

## Images

![Image 1](screenshots/Rayt_1.svg)
![Image 2](screenshots/Rayt_2.svg)

## Notes

- Remember to open port 443 on your firewall.
- When starting the hysteria-server service, make sure to stop the juicity-server service.
