No project description provided
Project description
LogicalBin V1.0
A modern, Easy-To-Use library engaged in Binary and Logic Gate Calculations. Binary Additions, Subtractions, Bitwisers included all-in-one package with Truth tables.
A Simple and Lightweight library that helps you to do calculations with Binary and Logic gates.
Features
-
Logic Gate Oparations
-
Binary Oparations
-
Extended Features
-
Easy to Use Functions
-
Built for Binary Calculations
Installation
Install it via pip:
pip install LogicalBin
If installing from source:
git clone https://github.com/yourusername/LogicalBin.git
cd LogicalBin
pip install .
Usage
from Logicalbin import LGates / BinSum
Example usage
result = LogicalBin.BinSum.Binary_Subtract(value1, value2)
print(result)
Project Structure
LogicalBin/
├── _init _.py
├── LGates.py
├── BinSum.py
├── README.md
├── LICENSE
└── setup.py
Examples
Example 1: Get Truth Tables For Logic Gates:
LGates.GATE.AND()
Example 2: Add Two Binary Numbers:
BinSum.binary_add('100101' , '100010')
License
This project is licensed under the MIT License – see the [LICENSE](./LICENSE) file for details.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logicalbin-1.0.tar.gz.
File metadata
- Download URL: logicalbin-1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c4bf130b3f4434e1a916e2e731b06329a9073bfb53eedd853470fe56ee307d5
|
|
| MD5 |
cec3bf6e2dbd69df4a6615f3994f5bbd
|
|
| BLAKE2b-256 |
5fba0ed331d8110368cf9c1d1526c1d8b00f6e1e6519bc4de8ed0d1832d9a76d
|
File details
Details for the file logicalbin-1.0-py3-none-any.whl.
File metadata
- Download URL: logicalbin-1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb6b7ffa3af5ac5e7fb0740186af1f8f71314ffadcd838ca54e2f2eb5c95ad12
|
|
| MD5 |
861c578f1a25a25385d0fb8570cbc51a
|
|
| BLAKE2b-256 |
af6fce26678c3d88204532351eb002b2ba1207bbbca7f3efdd4b69bcc37b1b34
|