》Scratch Stats Terminal v1.0《 This project is a simple Command Line Interface (CLI) tool to get some basic data of Users, Studios and Projects on Scratch! This project is made to work using a Python program running in the server which provides the data. ----------------------------------------------------------------------- 》Instructions《 You need to type the commands in the Input prompt. Type the command "help" to get all the help! Try using the following commands: 1. "cls" > Clear the screen 2. "help" > Get help 3. "credits" > Get Credits 4. "user <username>" > Get info of a user 5. "studio <id>" > Get info of a studio 6. "project <id>" > Get info of a project ----------------------------------------------------------------------- NOTE: 1. The server checks for new requests every 10 seconds, so you should wait for some time till the data is displayed. If it is taking a very long time then the server may be off or not working. 2. This uses Cloud variables, so the "New Scratcher" won't be able to use this project. Still you can type simple commands like "cls", "help", "credits". 3. Remixing this project won't work because you will need the same Python Script as me. This project won't work on Turbowarp too. 4. Some data may be wrong or not updated because the Scratch DB API doesn't have updated data. Some long data is shortened to 20 to 50 characters and unsupported characters are removed. ----------------------------------------------------------------------- 》Credits《 Type the command "credits" to get the list of credit! Project made by @Sid72020123 PTE (Pen Text Engine) by @-Rex- Inspired by @Chiroyce from his project: https://scratch.mit.edu/projects/579616012/ To update the cloud, I used "ScratchConnect" Python Library (made by me) -----------------------------------------------------------------------