Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 528 Bytes

File metadata and controls

22 lines (18 loc) · 528 Bytes

PyMan

A simple http request TUI (Terminal User Interface) tool that can make web requests to any url. No sign-in required no heavy web interface.

Installation

pip install textual httpx

Scripting

PyMan allows you to execute python code to perform actions with the program some of environment variables are provided to aid. (These are subject to change)

# Special keywords.
status_code
response
json_data
headers
cookies
  • Version 1.4.3 (note: Some of the code here are AI generated.)