Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

EasySpot Python Client

This is a very simple Python client for EasySpot. A better, more user-friendly one will be made in Rust soon.

Usage

Prepare your environment:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Write a value:

python3 client.py 1
python3 client.py 0