Skip to content
View Totoro700's full-sized avatar
🐢
Creating a terminal
🐢
Creating a terminal
  • USA, Earth, Milky way, Universe
Block or Report

Block or report Totoro700

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Totoro700/README.md

hai

nothing else here

Pinned

  1. PyTerm PyTerm Public

    A simple Python terminal!

    Python 2

  2. login.js login.js Public

    A simple JavaScript login page with localStorage

    JavaScript 1

  3. Simple Python terminal Simple Python terminal
    1
    # Forever loop
    2
    while True:
    3
        # Adjust the string of this variable for the terminal prompt
    4
        promptString = ">>> " # This will display ">>> " for the string (like the Python IDLE or terminal)
    5
    
                  
  4. Monitor Monitor Public

    A simple CPU monitor for your computer

    C++ 2