İ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: İkili sayıları Gri Koda çevirir
Description (English)
Grikod converts binary numbers to Gray Code.
Kurulum (Türkçe) / Installation (English)
Python ile Kurulum / Install with pip
pip install grikod -U
conda install bilgi::grikod -y
mamba install bilgi::grikod -y
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
References
Keçeci, Mehmet. “Grikod.” PYPI, February 18, 2024. https://doi.org/10.5281/zenodo.12731346.
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.
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
Built Distribution
File details
Details for the file grikod-1.0.7.tar.gz
.
File metadata
- Download URL: grikod-1.0.7.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d202aab8935c7575bce41ef6e6fd02ee99c8b9e5ed63274671e1c5658495e38d |
|
MD5 | 8ce599f57218189d46f47e6bb93be925 |
|
BLAKE2b-256 | 21ad7c3c6e9320e14d825c626cddea9e6ce0732d6b6669a56de84d4894776aaf |
File details
Details for the file grikod-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: grikod-1.0.7-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cf532c69c1925bcdb9c1648195534b74a25808871bbb5ef3533b152ace3bf15 |
|
MD5 | d542b9d77c5feee866364ef1373bf1cd |
|
BLAKE2b-256 | 2a066a2d6af2c788891273f930ee87892d29292fb5d468e41fc4da856658b641 |