With PyGates library, you can use logic gates on Python.
Project description
PyGates
PyGates is a library for using the logic gates as a conditions on Python.
Installation
PyGates can be installed using:
pip install pygates
Or if you have multiple versions of Python and pip on your machine, try:
pip3 install pygates
Alternatively, you can pull the library directly from GitHub:
git clone https://github.com/Baticaly/PyGates
cd PyGates
python setup.py install
Usage
You can just basicaly use the gates as a condition like:
PyGates.Gates.AND('input1', 'input2')
Or just for calling the functions easily you can create a basic definition for library:
import pygates
lg = pygates.Gates
And you can easily call it by using:
lg.AND('input1', 'input2')
Gates
Gate | Function |
---|---|
AND | PyGates.Gates.AND( 'A' , 'B' ) |
NAND | PyGates.Gates.NAND( 'A' , 'B' ) |
OR | PyGates.Gates.OR( 'A' , 'B' ) |
NOR | PyGates.Gates.NOR( 'A' , 'B' ) |
XOR | PyGates.Gates.XOR( 'A' , 'B' ) |
XNOR | PyGates.Gates.XNOR( 'A' , 'B' ) |
License
MIT License
Copyright (c) 2020 Batuhan Ergün
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
File details
Details for the file pygates-0.2.tar.gz
.
File metadata
- Download URL: pygates-0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f0a6c61beedfaf439c492033b6f01c33f96203683a8d32b74b46056b4eefd5a |
|
MD5 | 04746b0b17359f2e5c6b68246ce4332e |
|
BLAKE2b-256 | 3c1b579a2b0ee78736190a898b6280b08d6d75fe02e8be651ff5796499e98721 |