ekubb-visualizer
Graphical user interface to visualize an eKubb game with aquired data from TCP/Serial data sources.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.4%) to scientific vocabulary
Repository
Graphical user interface to visualize an eKubb game with aquired data from TCP/Serial data sources.
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
About
Ekubb desktop software used for visualization and data processing.
Prerequisites
This program has been tested with Python 3.10 or higher on Windows.
Getting started
Clone the project repository to your computer using git clone.
bash
git clone https://github.com/Abd0s/eKubb-visualizer.git
(Recommended) Create a new virtual environment for this project using venv
bash
python -m venv venv
and activate it
bash
.\venv\scripts\activate.bat
Install the required dependencies using pip
bash
pip install -r requirements.txt
Run it by executing main.py
bash
cd src
python main.py
Owner
- Name: Abdulahad Kancan
- Login: Abd0s
- Kind: user
- Repositories: 1
- Profile: https://github.com/Abd0s
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Ekubb companion
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Abdulahad
email: ahad.kancan@gmail.com
family-names: Kancan
affiliation: KULeuven
identifiers:
- type: url
value: 'https://github.com/Abd0s/eKubb-visualizer'
description: The GitHub release URL of tag 1.0
repository-code: 'https://github.com/Abd0s/eKubb-visualizer'
abstract: Visualization software for eKubb
GitHub Events
Total
Last Year
Dependencies
- pyserial ==3.5
- typing-extensions *