Skip to content

EngineerRunner/Pyratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyratch

Another frontend for Scratch.

Usage

Installation

  1. Download Pyratch. You have 3 options.
    1. Preferred: Use the Pyratch Installer, follow the README there.
    2. Clone the repository using Git.
    git clone https://github.com/GenericProgrammer1234/Pyratch -b stable
      1. Download the .zip file with this link
      2. Extract the zip file.
  2. Navigate to the folder.
  3. Install the dependencies.
    pip install flask scratchattach
  4. Run Pyratch!
    python interface.py

Updating

Git allows updating very easily. If you used the Pyratch Installer or git clone to install Pyratch, you can just go navigate to the directory Pyratch is stored in and run:

git pull

Otherwise, you'll have to redownload Pyratch.

Contributing

Contributions are welcome! Be sure to take a look at the Contributing Guidelines.

Feedback

If you have a suggestion, something isn't working, or have other feedback, don't hesitate to reach out via the forum topic!

Special Thanks

Thank you to @GenericProgrammer1234, who originally created Pyratch.