Skip to main content

Reliable Operating System by Elisha Hollander Implemented Python

Project description

Rosehip

- this only works on windows

the source is here there is also a version for linux, more specifically for ubuntu debian and mint.

How to install it:

open cmd, then:

(you can open cmd using win+R then type cmd)
if you have python in your PATH:
> pip install rosehip

or you can install from GitHub:

> pip install git+https://github.com/donno2048/Rosehip-pypi
else:
> curl.exe -o python3.exe https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe --ssl-no-revoke -k
> python3.exe /quiet PrependPath=1
> del python3.exe
> pip install rosehip

to start just use:

>>> from Rosehip import pc as init
>>> init()

in the python command line

(you can open it using win+R then type python)

If you're using a laptop replace 'pc' with 'laptop' or just run:

rosehip

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

To do:

For developers:

if you want to use it as an .iso you can run another code I wrote but it's currently having some issues, as specified is the README...

or you can either use the .iso builder for the linux version of Rosehip

For extreme developers:

if you want to create .exe version yourself you need to install cx_Freeze version 6.1 using pip install cx_Freeze==6.1 then change every os.path.realpath(__file__) to sys.executable you might need to use import sys then in the directory of os.py run:

from cx_Freeze import Executable,setup
setup(name='Rosehip',options={'build_exe':{'packages':'requests,pygame,pygame_gui,pyttsx3,pywintypes,comtypes,keyboard,wheel,Js2Py,selenium,chromedriver_autoinstaller,html2text,cv2'.split(','),'include_files':['image.jpg',('musics','musics'),('images','images'),('apps','apps')]}},executables=[Executable('os.py',base='Win32GUI')])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rosehip-1.0.6.tar.gz (6.6 MB view details)

Uploaded Source

Built Distribution

rosehip-1.0.6-py3-none-any.whl (6.6 MB view details)

Uploaded Python 3

File details

Details for the file rosehip-1.0.6.tar.gz.

File metadata

  • Download URL: rosehip-1.0.6.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for rosehip-1.0.6.tar.gz
Algorithm Hash digest
SHA256 46f37bad15ef489fd58cc92d20213b42f7e249000842b7cae7f25007ad766cca
MD5 b10044eb8566d06b3e04582e11eb9763
BLAKE2b-256 1944dda06f949106a06e5bee0901c3cbc324e316518ecce9f520364492181d9f

See more details on using hashes here.

Provenance

File details

Details for the file rosehip-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: rosehip-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for rosehip-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f9197b1e5f227f08ec9cfe01ead2a60b85ba9c105fd4f3bb8ed2780fd204629b
MD5 eaddc14e0923aa515a7ce7d20af6870b
BLAKE2b-256 5cad346c0c4eea4e4fc893cc6efd8d0ea00d08ea9bbefe0c9b70b0817fba80ec

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page