Skip to content

rodion-gudz/PySender

Repository files navigation

PySender

What is it?

PyQt app to send REST API requests

PyPi - PySender

screenshot

Main features:

  • GET, POST, PUT and other requests types

  • Basic and Digest authentication

  • Custom headers

  • JSON response with status code

  • And not only 😉

The latest version and updates

You can find the latest binaries on Github repository releases

Installation

First method (Recommended)

Second method

  • Open your terminal/CMD

  • Install PySender via pip3 install PySender

Requirements

  • OS Independent
  • Python >= 3.6.1