Metadata-Version: 2.1
Name: rick-portal
Version: 1.0.0
Summary: Transfer files between PC and mobile over local WiFi. One command: rick-portal
Author: chetu
License: MIT
Project-URL: Homepage, https://github.com/chetu/rick-portal
Keywords: file-transfer,wifi,local-network,mobile,share
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Networking
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask
Requires-Dist: waitress

# RICK Portal

Transfer files between your PC and mobile over local WiFi. No apps, no cables, no cloud.

## Install

```
pip install rick-portal
```

## Usage

```
rick-portal
```

Open the printed URL on your mobile browser. That's it.

- **Mobile to PC** — tap "Send to PC" to upload files (saved to your Downloads folder)
- **PC to Mobile** — drag a file into the terminal to share it, then tap "Save" on mobile
- Shared files auto-delete after 24 hours

## Features

- Works on any PC (Windows, Mac, Linux)
- No sign-up, no internet required — runs on your local network
- Supports files up to 100 GB
- Clean, dark mobile UI
- One command to start, one command to install
