Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 582 Bytes

SnailPy - A python package to interact with Snail IDE's public APIS

costume1

Docs

To install SnailPy, all you have to do is use the following command in the terminal

pip install snailpy

Now lets make a python file, start by importing SnailPy

import snailpy

You should automatically see something like this in the shell

You are successfully using SnailPy [VERSION NUMBER HERE]

DOCS WIP THIS IS ALL THAT THERE IS RIGHT NOW