/Redmine-Desktop

A desktop application made to interact with redmine which is an open source project management web application.

Primary LanguagePython

Redmine-Desktop

A desktop application for redmine. Redmine is a flexible project management web application. For more information on redmine please check: https://www.redmine.org/

Video

Screenshots

  • Login

  • Main dashboard

  • Create new issue

Reference

Requirements

  • Python 3
  • pip install -r requirements.txt

Launch the application

  • Change the REDMINE_URL in utils/constants.py to the url where you start your redmine web application after installing redmine on your system.
  • python redmine_desktop.py