A simple, personal implementation of a master-slave flip-flop (trigger) simulation using basic logic gates, built entirely for practice and comprehension.
This project requires the pynput library to capture keyboard inputs. You can install it via pip:
pip install pynput