View on GitHub

gray-code

Gray Code Order in Python

Project generated with PyScaffold Documentation Status Coveralls PyPI-Server

gray-code

Gray code Generation

A Python library for generating Gray codes, useful for:

Installation

pip install gray-code

Quick Start

from gray_code import fib

# Example: Calculate Fibonacci numbers
result = fib(10)  # Returns 55

API Overview

Core Functions

See Also

License

This project is licensed under the MIT license - see the LICENSE file for details.

👉 Note

This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.