An open API service indexing awesome lists of open source software.

https://github.com/donno2048/rosehip-repl

My Rosehip demo
https://github.com/donno2048/rosehip-repl

linux online operating-system python3 repl web

Last synced: about 2 months ago
JSON representation

My Rosehip demo

Awesome Lists containing this project

README

          

# Rosehip

Reliable Operating System by Elisha Hollander Implemented Python

View [online demo](https://replit.com/@donno2048/Rosehip-repl)

## To use it

* Download this project
* Open [replit](https://repl.it)
* Create new pygame repl
* Drag all the project's files to the repl
* Press the green run button

## What can you do with it

* press HOME button to open the menu bar or FN+LEFT_ARROW if you don't have any
* press INSERT button to open the painter
* scroll up and down to change the size of the brush
* scroll up and down while holding ALT button to change the color of the brush
* scroll up and down while holding CTRL button to change the shape of the brush

Notice - This method is **_extremely_** slow, you should build it on your own pc using this [source code](https://github.com/donno2048/rosehip)