# openslides-gui **Repository Path**: wangch666/openslides-gui ## Basic Information - **Project Name**: openslides-gui - **Description**: GUI frontend for OpenSlides web server used by openslides-portable for OpenSlides 2.x - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================ OpenSlides GUI ================ Overview ======== Simple GUI frontend for `OpenSlides `_ to run and configure OpenSlides' web server. Used with `OpenSlides Portable `_ to build a full portable distribution of OpenSlides. Requirements ============ - Python 3.5+ - OpenSlides 2.2 - wxPython 4.x (Phoenix) See requirements.txt Install ======= This is an instruction to install OpenSlides GUI. 1. Install Python 3.5+ and Setuptools Follow the instructions in the README of OpenSlides. 2. Install requirements:: $ pip install -r requirements.txt 3. Install openslides-gui:: $ pip install openslides-gui 4. Run the OpenSlides GUI:: $ openslides-gui License ======= This plugin is Free/Libre Open Source Software and distributed under the MIT License, see LICENSE file. Authors ======= * Andy Kittner * Emanuel Schütze Changelog ========= Version 1.1.4 (2018-02-16) -------------------------- * Use get_default_user_data_dir instead of get_default_user_data_path * Updated wxphoenix. * Updated credits. Version 1.1.3 (2017-11-17) -------------------------- * Install wxpython from pypi. Version 1.1.2 (2017-03-29) -------------------------- * Don't kill browser after stopping server. (Removed psutil as requirements) * Added option to use Geiss and Redis server. Version 1.1.1 (2017-01-26) -------------------------- * Updated README to Python 3.5. * Updated Credits to 2016. Version 1.1 (2016-03-21) ------------------------ * Added port/host arguments for openslides start command. * Improved OpenSlides app icon. Version 1.0.1 (2016-02-03) -------------------------- * Updated README to Python 3.4. * Updated Credits to 2016. Version 1.0 (2015-12-07) ------------------------ * First release of openslides-gui for OpenSlides 2.x. It's moved from old OpenSlides 1.x repository into an own openslides-gui package.