remi
Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- changelog.md
- conf.py
- index.rst
- make.bat
- Makefile
- modules.rst
- remi.rst
- connect_button.png
- drag_resize_button.png
- drag_resize_container.png
- drag_resize_label.png
- edit_hello_message.png
- hello.png
- new_button.png
- new_container.png
- new_label.png
- save_dialog.png
- save_menu.png
- background.png
- cut.png
- delete.png
- drag.png
- minus.png
- paste.png
- plus.png
- preview.png
- resize.png
- style.css
- widget_Button.png
- widget_CheckBox.png
- widget_CheckBoxLabel.png
- widget_ColorPicker.png
- widget_Container.png
- widget_Date.png
- widget_DropDown.png
- widget_DropDownItem.png
- widget_FileFolderNavigator.png
- widget_FileUploader.png
- widget_GridBox.png
- widget_HBox.png
- widget_Image.png
- widget_Label.png
- widget_Link.png
- widget_ListItem.png
- widget_ListView.png
- widget_Progress.png
- widget_Slider.png
- widget_SpinBox.png
- widget_Svg.png
- widget_SvgCircle.png
- widget_SvgLine.png
- widget_SvgPath.png
- widget_SvgRectangle.png
- widget_SvgText.png
- widget_TabBox.png
- widget_TableWidget.png
- widget_TextInput.png
- widget_VBox.png
- widget_VideoPlayer.png
- __init__.py
- toolbox_EPICS.py
- toolbox_opencv.py
- toolbox_scheduling.py
- toolbox_siemens.py
- __init__.py
- __main__.py
- editor.py
- editor_widgets.py
- FBD_library.py
- FBD_model.py
- FBD_view.py
- prototypes.py
- README.md
- buttons_arrow_50_black.png
- buttons_arrow_80_green.png
- style.css
- SCOREBOARD_WITH_SETTING_PAGE.py
- bootstrap.py
- camera.py
- Display_TreeTable.py
- multiscreen_en .py
- qr.py
- remi_ext.py
- Svg_drawing_app.py
- doubt.png
- flag.png
- mine.png
- append_and_remove_widgets_app.py
- closeable_app.py
- gauge_app.py
- grid_layout_app.py
- helloworld_app.py
- layout_app.py
- matplotlib_app.py
- minefield_app.py
- notification_app.py
- onclose_window_app.py
- pil_app.py
- progress_bar_app.py
- query_attribute_app.py
- resizable_panes.py
- resources_app.py
- root_widget_change_app.py
- selection_input_app.py
- session_app.py
- standalone_app.py
- svgplot_app.py
- tabbox.py
- table_widget_app.py
- template_advanced_app.py
- template_app.py
- text_to_speech_app.py
- threaded_app.py
- threaded_start_app.py
- webAPI_app.py
- widgets_overview_app.py
- JlabRemiEditor.ipynb
- JlabRemiHelloWorld.ipynb
- JlabRemiWidgets_Overview.ipynb
- main.py
- readme.md
- file.png
- folder.png
- font.woff2
- logo.png
- logo.svg
- minus.png
- plus.png
- screenshot.png
- style.css
- __init__.py
- gui.py
- server.py
- __init__.py
- __main__.py
- test_append_and_remove_widget_app_gui.py
- test_helloworld_app_gui.py
- __init__.py
- __main__.py
- html_validator.py
- install_webdrivers
- mock_server_and_request.py
- test_examples_app.py
- test_version.py
- test_widget.py
- .gitignore
- .pre-commit-config.yaml
- .travis.yml
- LICENSE
- MANIFEST.in
- README.md
- setup.py
- tox.ini
# Installation Guide
git clone https://github.com/rawpython/remi
Downloads the entire project code from GitHub to your computer.
cd remi
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install remi
Installs the package published on PyPI directly โ no need to clone the source.
pip install git+https://github.com/rawpython/remi.git
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install remi
Installs the package published on PyPI directly โ no need to clone the source.
pip install git+https://github.com/rawpython/remi.git
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd doc
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
