Skip to content

Kalebe16/restiny

Repository files navigation

OS support Python versions

RESTiny

A minimal, elegant HTTP client for Python — with a TUI interface powered by Textual.

image

How to install

Note: You need to have python installed on your machine.

pip install restiny

How to install (Alternative: Download pre-built executables)

Note: This is useful if you don’t have Python installed or prefer a standalone binary.

You can also download platform-specific executables directly from the Releases page

How to run

restiny
# Or
python3 -m restiny

How to update (pip installations only)

pip install --upgrade restiny

How to uninstall (pip installations only)

pip uninstall restiny

Why??

Just for fun! 😄