Implementation of logic circuits using python
Project description
# Digital Logic Functions
Project implements basic to advance logic functions like gates , flip flops and many more circuits…
## Contributors: > [Sunil Lad](https://github.com/Sunillad08)
> [Parth Khanolkar](https://github.com/ParthKhanolkar)
# Circuits and logics to be implemented
### First release :
- [Bases Conversion](conversion.py)
Binary to Decimal
Binary to Hexadecimal
Binary to Octal
Decimal to Hexadecimal
Decimal to Octal
Decimal to Binary
Octal to Hexadecimal
Octal to Decimal
Octal to Binary
Hexadecimal to Octal
Hexadecimal to Decimal
Hexadecimal to Binary
Binary to BCD
Binary to gray
BCD to Binary
BCD to gray
Gray to Binary
Gray to BCD
- [Logic Gates](gates.py)
AND gate
OR gate
NOT gate
NAND gate
NOR gate
XOR gate
XNOR gate
- [Flip flops](flipflops.py)
Nand Latch
Nor Latch
SR flip flop
D flip flop
JK flip flop
JK master slave flip flop
T flip flop
- [Combinational Logic Circuits](combination_logic.py)
Multiplexer
Demultiplexer
Encoder
Decoder
- [Display terminals](display_terminals.py)
Seven segment display
- [Arithmetic Circuits](arithematic_circuit.py)
Half adder
Full adder
Half subtractor
Full subtractor
Comparator
[Counter](counters.py) - Ring counter - Jonhson counter - Ripple counter
[Shift Registers](shift_registers.py) - SISO - SIPO - PIPO - PISO
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
File details
Details for the file LogicPy-0.0.1.tar.gz
.
File metadata
- Download URL: LogicPy-0.0.1.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c39594adf8f23a4d0fd4dfbb69ebabf634a293fb1444de6332cf658484efd95b |
|
MD5 | 0f760a6c975c6e0c5965edcfd594fc03 |
|
BLAKE2b-256 | 8d3067e5f3e510948868ed11c3bdd6b1499badf451a7b9d5d0fa13f0273d03f7 |
File details
Details for the file LogicPy-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: LogicPy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57d89d965304ad3c8fd26bbd1d5d108434f6166a959bd3aaf02efad90df86e67 |
|
MD5 | 007306f1ef8e170754c218ca853c793d |
|
BLAKE2b-256 | a2a64c8d622bbb4a1a7e3a5c1298264521908e3ddcf9ec03a0a705d452df2e40 |