Giter Site home page Giter Site logo

frhd143 / gda-1.0 Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 7.43 MB

This Python/Tkinter application crawls code review data through Gerrit REST API and then uses matplotlib library to visualize the data.

License: MIT License

Tcl 60.81% Python 39.19%
code-review data-analysis data-analysis-python gerrit python

gda-1.0's Introduction

background

GerritDataAnalyser - GDA-1.0

Description:

This Python application crawls code review data through Gerrit REST API from Android, OpenStack, and Chromium platforms and visualizes it using Matplotlib. The user-friendly GUI built with Tkinter allows users to select the platform and time period for analysis. All the data is then saved in JSON file called data.json in the Storage directory. All the graphs and chart are also exported and stored in the Storage/PDF_Files directory (Check Storage/PDF_Files for examples).

This open-source project is available on Github for contributions to its continuous improvement and expansion.

Credits

The theme used for this application is developed by: https://github.com/rdbende/Azure-ttk-theme.git

Installation:

  • The application is compatible with all major operating systems (Windows, MacOS, Linux, etc.).

Note! To run the application, you will need to have Python 3.7 or higher installed on your system.

Linux:

  1. Download the ZIP file and extract it.
  2. Install pip and Tkinter using:
sudo apt install python3-pip
sudo apt install python3-tk
  1. Install pil and pil.imagetk using:
sudo apt-get install python3-pil python3-pil.imagetk
  1. Install the requiremetns.txt using:
pip install -r requirements.txt
  1. To run the application go to the extracted folder and run the main.py.

(Warning! Every time you run the application, all the data in the Storage directory is removed/replaced with the new data.)

python3 main.py
  1. Enjoy!

Windows OS:

  1. Download the ZIP file and extract it
  2. Install the requiremetns.txt using:
pip install -r requirements.txt
  1. To run the application open cmd, navigate to the folder and run

(Warning! Every time you run the application, all the data in the Storage directory is removed/replaced with the new data.)

python3 main.py
  1. Enjoy!

MacOS

Note! The application has not been tested in MacOS, but it should work if you install the necessary libraries and packages

  1. Download the ZIP file and extract it.
  2. Install python3-pip
  3. Install python3-tk
  4. Install python3-pil and python3-pil.imagetk
  5. Once you have installed these you have to install the requirements.txt using pip:
pip install -r requirements.txt
  1. To run the application open cmd, navigate to the folder and run

(Warning! Every time you run the application, all the data in the Storage directory is removed/replaced with the new data.)

python3 main.py
  1. Enjoy!

How to use the application

  1. Open the sidebar:

one

  1. Choose your platform and choose a time period:

two

  1. It takes some time to crawl data depending on your time period. So be patient!

Contributing

Contributions to this project are welcome. If you find a bug or want to suggest an improvement, please open an issue or submit a pull request. Or email me here: [email protected]

License

This code is released under the MIT License.

gda-1.0's People

Contributors

frhd143 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.