Skip to content

RP400/Cry-Man-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

How Do I Set It Up?

Download Here
Go to your downloads folder and extract the zip
Then in terminal type:
pip3 install guizero
then type:
python3 /home/pi/Downloads/CryManT-main/Packages/CMTLauncher.py
Now have fun!

How Do I Launch It After I Closed It?

Just re-run in terminal:
python3 /home/pi/Downloads/Cry-Man-Terminal-main/Packages/CMTLauncher.py

How Do I Add Saved Spots?

Open the file with Thonny Python IDE,
you will see something like this:
X Y Z
Save1 = 0.5, 0.0, 0.7
X Y Z
Save2 = 0.5, 0.0, 0.7
X Y Z
Save3 = 0.5, 0.0, 0.7
Choose a Save,
delete the default coords,
type in your coords like this e.g: 3.9, 0.3, 0.0
now hit ctrl + s and run the code,
type y for yes to go to a saved spot,
type in the save you put it in e.g: Save2
And your done!

Updates (1):

  • Better imports (Thanks to @robotech21 for suggesting this fix)

CryManT GithubVersion: 1.1.3 Original Version: 2.1.3

Releases

No releases published

Packages

No packages published

Languages