Skip to main content

İkili sayıları Gri Koda çevirir. Grikod (Gri Kod, Gray Code, Grey Code)

Project description

Tanım: Description: Grikod (Gri Kod, Gray Code, Grey Code)

Gri Kod: İkili sayıları Gri Koda çevirir

Kurulum: Installation

pip install grikod -U

https://pypi.org/project/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, Vsiual Studio Code içnden kurulum: Installation for Jupyter Lab, Notebook, Vsiual Studio Code

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

veya/or

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

Kullanım: Usage

import grikod

Bir ikili sistem (0, 1; Örnek: 101) sayısı giriniz: 101

Gri Kod sayısı: 111

000:000

001:001

010:011

011:010

100:110

101:111

110:101

111:100

Lisans: License

Açık Kaynak: Open Source, MIT, Apache License 2.0

Bağımlılıkları:

Python >= 3.8

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.5.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

grikod-1.0.5-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page