Grikod
Version 1

Grikod (Gri Kod, Gray Code)

Tanım (Türkçe) Gri Kod: Grikod İkili sayıları Gri Koda çevirir.

Description (English) Gri Kod: Grikod converts binary numbers to Gray Code.

Kurulum (Türkçe) / Installation (English) Python ile Kurulum / Install with pip, conda, mamba pip install grikod -U python -m pip install -U grikod conda install bilgi::grikod -y mamba install bilgi::grikod -y

  • pip uninstall grikod -y
  • pip install -U grikod
  • python -m pip install -U grikod PyPI

Test Kurulumu / Test Installation pip install -i https://test.pypi.org/simple/ grikod -U Github Master Kurulumu / GitHub Master Installation Terminal:

pip install git+https://github.com/KuantumBS/grikod.git Jupyter Lab, Notebook, Visual Studio Code:

!pip install git+https://github.com/KuantumBS/grikod.git

or

%pip install git+https://github.com/KuantumBS/grikod.git Kullanım (Türkçe) / Usage (English) import grikod # Restart Kernel veya/or Restart Kernel and Clear Outputs

veya/or

import importlib import grikod importlib.reload(grikod) # Modülünüzün ana dosyasını burada yeniden yükler

Run this cell (Shift+Enter): Input: 100

Output example

000:000

001:001

010:011

011:010

100:110

101:111

110:101

111:100

import grikod grikod.version Development

Clone the repository

git clone https://github.com/KuantumBS/grikod.git cd grikod

Install in development mode

python -m pip install -ve . # Install package in development mode

Run tests

pytest

Notebook, Jupyterlab, Colab, Visual Studio Code !python -m pip install git+https://github.com/KuantumBS/grikod.git

SEEK ID: https://workflowhub.eu/data_files/12?version=1

Filename: grikod-1.1.3.zip  Download

Format: Zip file

Size: 33.8 KB

DOI: 10.48546/workflowhub.datafile.12.1

help Creators and Submitter
Creator
Submitter
Citation
Keçeci, M. (2025). Grikod [Data set]. WorkflowHub. https://doi.org/10.48546/WORKFLOWHUB.DATAFILE.12.1
Activity

Views: 23   Downloads: 0

Created: 23rd Jun 2025 at 00:22

Annotated Properties
Data type annotations
Data format annotations
help Tags
help Attributions

None

Version History

Version 1 (earliest) Created 23rd Jun 2025 at 00:22 by Mehmet Keçeci

No revision comments

Powered by
(v.1.17.0-main)
Copyright © 2008 - 2025 The University of Manchester and HITS gGmbH