İkili sayıları Gri Koda çevirir. Grikod (Gri Kod, Gray Code, Grey Code)
Project description
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
git clone https://github.com/KuantumBS/grikod.git
cd grikod
python -m pip install .
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
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
Terminal
git clone https://github.com/KuantumBS/grikod.git
cd grikod
python -m pip install -ve . # Install package in development mode
Notebook, Jupyterlab, Colab, Visual Studio Code
!python -m pip install git+https://github.com/KuantumBS/grikod.git
Citation
If this library was useful to you in your research, please cite us. Following the GitHub citation standards, here is the recommended citation.
BibTeX
@software{Kececi_Gri_Kod_2024,
author = {Keçeci, Mehmet},
license = {MIT},
month = nov,
title = {{Gri Kod}},
url = {https://pypi.org/project/grikod/},
version = {1.0.80},
year = {2024}
}
APA
Keçeci, M. (2024). Gri Kod: Grikod converts binary numbers to Gray Code. (Version 1.0.80) [Computer software]. https://pypi.org/project/grikod/
Chicago
Keçeci, Mehmet. “Grikod”. Anaconda, Inc., November 12, 2024. https://doi.org/10.5281/zenodo.14099659.
Keçeci, Mehmet. “Grikod”. PYPI, Python Package Index, Python Software Foundation, November 12, 2024. https://doi.org/10.5281/zenodo.14099425.
Keçeci, Mehmet. “Grikod”. Anaconda, Inc., November 01, 2024. https://zenodo.org/records/14029276.
Keçeci, Mehmet. “Grikod”. Python Package Index, November 01, 2024. https://zenodo.org/records/14029245.
Keçeci, Mehmet. “Grikod”. Python Package Index, October 29, 2024. https://doi.org/10.5281/zenodo.14004878.
Keçeci, Mehmet. “Grikod”. Anaconda, Inc., October 29, 2024. https://doi.org/10.5281/zenodo.14004846.
Keçeci, Mehmet. “Grikod.” PYPI, February 18, 2024. https://doi.org/10.5281/zenodo.12731346.
Lisans (Türkçe) / License (English)
Açık Kaynak: MIT, Apache License 2.0, GNU General Public License (GPL), GPLv3
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grikod-1.0.80.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file grikod-1.0.80.tar.gz
.
File metadata
- Download URL: grikod-1.0.80.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6594a62d3186107361c7c734257c4ecabc450b49ce2b2b3d0bb1b23c91bbdd08 |
|
MD5 | 11f57e519518754e0f0e30fcf5a7b2bc |
|
BLAKE2b-256 | 1fca7e7cf69c185a6b5a58480ac131f25a13ee6ea562ae0676266a9e6e9b0ea4 |
File details
Details for the file grikod-1.0.80-py3-none-any.whl
.
File metadata
- Download URL: grikod-1.0.80-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa7e88084149d8aa502a5a489343e61880702c08d3b4d34247f4d0fbc3c5cc3 |
|
MD5 | be6a061124c0b4cfcc563cc5091f9907 |
|
BLAKE2b-256 | 246d4db3fe27cee5acad30c02519ac3b628f77b23a8276ccba9ebf6c984595f8 |