Skip to content

Home

Welcome to RoPython!

RoPython is a asynchronous wrapper for the Roblox API.

Features

Installation

Warning

RoPython is currently in development and should not be used in a production enviroment yet. This is just a fun little side project for me and it will be a while until it is fully ready.

Install RoPython using PyPi. Installation must currently be done from git due to the projects development status.

$ git clone https://github.com/parker02311/ropython
$ cd ropython
$ pip install .
To remove the installation directory use. Windows:
$ cd ..//
$ rmdir /Q /S ropython
Linux:
$ cd ..//
$ rmdir ropython