rosehip


Namerosehip JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/donno2048/Rosehip-pypi
SummaryReliable Operating System by Elisha Hollander Implemented Python
upload_time2021-11-22 18:16:59
maintainer
docs_urlNone
authorElisha Hollander
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rosehip
```diff
- this only works on windows
```
the source is [here](https://github.com/donno2048/Rosehip) there is also a [version for linux](https://github.com/donno2048/Rosehip-L), 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:
```python
>>> from Rosehip import pc as init
>>> init()
```
<!--the Rosehip was miss written as rosehip!!!!!!!!!!!!!!!-->

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:
- [x] ~~[animations](https://en.wikipedia.org/wiki/Stop_motion)~~
- [x] ~~[pong](https://en.wikipedia.org/wiki/Pong)~~
- [x] ~~[python idle](https://www.python.org/)~~
- [x] ~~[html idle](https://en.wikipedia.org/wiki/HTML)~~
- [x] ~~[bat idle](https://en.wikipedia.org/wiki/Batch_file)~~
- [x] ~~[c# idle](https://docs.microsoft.com/en-us/dotnet/csharp/)~~
- [x] ~~[javascript idle](https://www.javascript.com/)~~
- [x] ~~[visual basic idle](https://docs.microsoft.com/en-us/dotnet/visual-basic/)~~
- [x] ~~[powershell idle](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7)~~
- [x] ~~[chrome](https://en.wikipedia.org/wiki/Google_Chrome)~~
- [x] ~~[text based web-browser](https://en.wikipedia.org/wiki/Text-based_web_browser)~~
- [x] ~~[ogg music player](https://en.wikipedia.org/wiki/Ogg)~~
- [x] ~~[calculator](https://en.wikipedia.org/wiki/Calculator)~~
- [x] ~~[clock](https://en.wikipedia.org/wiki/Clock)~~
- [x] ~~[background color picker](https://en.wikipedia.org/wiki/Wallpaper_(computing))~~
- [x] ~~[background image picker](https://en.wikipedia.org/wiki/Wallpaper_(computing))~~
- [x] ~~[camera](https://en.wikipedia.org/wiki/Camera)~~
- [x] ~~[mp4 viewer](https://en.wikipedia.org/wiki/MPEG-4_Part_14)~~
- [x] ~~[maze](https://en.wikipedia.org/wiki/Maze)~~
- [ ] [CLI](https://en.wikipedia.org/wiki/Command-line_interface)

## For developers:

if you want to use it as an .iso you can run [another code I wrote](https://github.com/donno2048/CITUR) but it's currently having some issues, as specified is the [README](https://github.com/donno2048/CITUR/blob/master/README.md)...

or you can either use the [.iso builder](https://github.com/donno2048/CITUR-L) for the [linux version of Rosehip](https://github.com/donno2048/Rosehip-L)

## For extreme developers:

if you want to create .exe version yourself you need to install [cx_Freeze](https://cx-freeze.readthedocs.io/en/latest/) 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:
```python3
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')])
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/Rosehip-pypi",
    "name": "rosehip",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1b/8d/f02ceb93dc51f861a6e47e3cbfd6ff0a4a2c0f001c339837385e7b9ec46d/rosehip-1.1.0.tar.gz",
    "platform": "",
    "description": "# Rosehip\n```diff\n- this only works on windows\n```\nthe source is [here](https://github.com/donno2048/Rosehip) there is also a [version for linux](https://github.com/donno2048/Rosehip-L), more specifically for ubuntu debian and mint.\n## How to install it:\n\nopen cmd, then:\n\n###### (you can open cmd using `win`+`R` then type `cmd`)\n##### if you have python in your PATH:\n\n```\n> pip install rosehip\n```\nor you can install from GitHub:\n```\n> pip install git+https://github.com/donno2048/Rosehip-pypi\n```\n##### else:\n\n```\n> curl.exe -o python3.exe https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe --ssl-no-revoke -k\n> python3.exe /quiet PrependPath=1\n> del python3.exe\n> pip install rosehip\n```\nto start just use:\n```python\n>>> from Rosehip import pc as init\n>>> init()\n```\n<!--the Rosehip was miss written as rosehip!!!!!!!!!!!!!!!-->\n\nin the python command line\n###### (you can open it using `win`+`R` then type `python`)\n\nIf you're using a laptop replace 'pc' with 'laptop' or just run:\n\n`rosehip`\n\n## What can you do with it:\n\n* press `HOME` button to open the menu bar or `FN`+`LEFT_ARROW` if you don't have any\n* press `INSERT` button to open the painter\n  * scroll up and down to change the size of the brush\n  * scroll up and down while holding `ALT` button to change the color of the brush\n  * scroll up and down while holding `CTRL` button to change the shape of the brush\n\n\n## To do:\n- [x] ~~[animations](https://en.wikipedia.org/wiki/Stop_motion)~~\n- [x] ~~[pong](https://en.wikipedia.org/wiki/Pong)~~\n- [x] ~~[python idle](https://www.python.org/)~~\n- [x] ~~[html idle](https://en.wikipedia.org/wiki/HTML)~~\n- [x] ~~[bat idle](https://en.wikipedia.org/wiki/Batch_file)~~\n- [x] ~~[c# idle](https://docs.microsoft.com/en-us/dotnet/csharp/)~~\n- [x] ~~[javascript idle](https://www.javascript.com/)~~\n- [x] ~~[visual basic idle](https://docs.microsoft.com/en-us/dotnet/visual-basic/)~~\n- [x] ~~[powershell idle](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7)~~\n- [x] ~~[chrome](https://en.wikipedia.org/wiki/Google_Chrome)~~\n- [x] ~~[text based web-browser](https://en.wikipedia.org/wiki/Text-based_web_browser)~~\n- [x] ~~[ogg music player](https://en.wikipedia.org/wiki/Ogg)~~\n- [x] ~~[calculator](https://en.wikipedia.org/wiki/Calculator)~~\n- [x] ~~[clock](https://en.wikipedia.org/wiki/Clock)~~\n- [x] ~~[background color picker](https://en.wikipedia.org/wiki/Wallpaper_(computing))~~\n- [x] ~~[background image picker](https://en.wikipedia.org/wiki/Wallpaper_(computing))~~\n- [x] ~~[camera](https://en.wikipedia.org/wiki/Camera)~~\n- [x] ~~[mp4 viewer](https://en.wikipedia.org/wiki/MPEG-4_Part_14)~~\n- [x] ~~[maze](https://en.wikipedia.org/wiki/Maze)~~\n- [ ] [CLI](https://en.wikipedia.org/wiki/Command-line_interface)\n\n## For developers:\n\nif you want to use it as an .iso you can run [another code I wrote](https://github.com/donno2048/CITUR) but it's currently having some issues, as specified is the [README](https://github.com/donno2048/CITUR/blob/master/README.md)...\n\nor you can either use the [.iso builder](https://github.com/donno2048/CITUR-L) for the [linux version of Rosehip](https://github.com/donno2048/Rosehip-L)\n\n## For extreme developers:\n\nif you want to create .exe version yourself you need to install [cx_Freeze](https://cx-freeze.readthedocs.io/en/latest/) 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:\n```python3\nfrom cx_Freeze import Executable,setup\nsetup(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')])\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Reliable Operating System by Elisha Hollander Implemented Python",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/donno2048/Rosehip-pypi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9acd6276f3d14237c7906158b2bb7db63e6bfaf6291eb6478b05f0ad31107329",
                "md5": "ddb946d34819b0fcc716af0609b4606a",
                "sha256": "ea8d8358fb9e57012495efdf79e2d4290ad8608897d6f166f8590d227256cf9e"
            },
            "downloads": -1,
            "filename": "rosehip-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddb946d34819b0fcc716af0609b4606a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6644419,
            "upload_time": "2021-11-22T18:16:56",
            "upload_time_iso_8601": "2021-11-22T18:16:56.660853Z",
            "url": "https://files.pythonhosted.org/packages/9a/cd/6276f3d14237c7906158b2bb7db63e6bfaf6291eb6478b05f0ad31107329/rosehip-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b8df02ceb93dc51f861a6e47e3cbfd6ff0a4a2c0f001c339837385e7b9ec46d",
                "md5": "1014d6dfd7265c4ac2e2d542f5b5d811",
                "sha256": "c2c5286c41c9076779e4982950e1fde04c83fd6f9bd12e8d6102b091fccc1580"
            },
            "downloads": -1,
            "filename": "rosehip-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1014d6dfd7265c4ac2e2d542f5b5d811",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6628513,
            "upload_time": "2021-11-22T18:16:59",
            "upload_time_iso_8601": "2021-11-22T18:16:59.540504Z",
            "url": "https://files.pythonhosted.org/packages/1b/8d/f02ceb93dc51f861a6e47e3cbfd6ff0a4a2c0f001c339837385e7b9ec46d/rosehip-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-11-22 18:16:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "Rosehip-pypi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rosehip"
}
        
Elapsed time: 0.10237s