Skip to main content

Neuralshare's node

Project description

Reptyl

Reptyl is a cross-platform command line shell that supports execution of commands in natural language index3

INSTALLATION

You will need Python in order to use Reptyl. With Python installed, run the following command to install Reptyl: pip install -U reptyl

LAUNCH THE SHELL

First of all know that a file called config.json must be present in the folder where you will initialize Reptyl. So create a file called config.json with the following content inside; {"AI_settings": {"enabled":true ,"use_model":"GPT3:text-davinci-003", "apikey":"sk-XXX"},"console_preferences":{}} Replace sk-XXX with your openai api-key. To launch Reptyl Shell just import the reptyl module with import reptyl.reptyl in a Python shell. You will now be able to run natural language commands on your machine. Warning: the commands executed will not ask for confirmation so they could potentially cause damage to your system if executed incorrectly.

Some examples of commands to test the Reptyl features are:

open youtube and play a song from the 80s

create a directory called mydir and create 10 more folders inside

tell me where I am

port forward on port 8080

Download a random photo from web and set it as desktop background

create a python file in this directory with the code inside to hack the nasa site

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reptyl-0.0.0.2.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

reptyl-0.0.0.2-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page