Chiroyce1 / scratch-user-info

Command line tool for getting information about a Scratch User

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scratch-user-info

Command line tool for getting information about a Scratch User

More info available here.

Installation

git clone https://github.com/Chiroyce1/scratch-user-info
cd scratch-user-info
pip install -r requirements.txt
# run pip3 if pip doesn't work

If you don't have Git installed, click here to download a zip file, unzip it, and then run

cd scratch-user-info
pip install -r requirements.txt
# run pip3 if pip doesn't work

Usage

python main.py Chiroyce
# returns data about the Scratch user Chiroyce

About

Command line tool for getting information about a Scratch User


Languages

Language:Python 100.0%