Published May 6, 2025
| Version 1.1.1
Software
Open
Grikod
Creators
Description
Grikod (Gri Kod, Gray Code, Grey Code)
Gri Kod: İkili sayıları Gri Koda çevirir
A Python library for converting binary numbers to Gray Code with ease.
Gri Kod: Grikod converts binary numbers to Gray Code.
pip install grikod -U python -m pip install -U grikod conda install bilgi::grikod -y mamba install bilgi::grikod -y
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
Files
Files
(35.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5ef4c640cc282b34c1bae780b170c914
|
6.6 kB | Download |
|
md5:e3c05d5f353dc7c231888c78cc7ea0d0
|
20.9 kB | Download |
|
md5:5f4f3cd276add06de3ee0d1d87949fe0
|
7.9 kB | Download |
Additional details
Dates
- Updated
-
2025-02-03Grikod
Software
- Repository URL
- https://pypi.org/project/grikod/
- Programming language
- Python
- Development Status
- Active