This code is designed to emulate using a bit adders made by using logic gates in order to add two binary numbers.
Dependencies are managed by PipEnv. Install using
pipenv install
If you need to install PipEnv, you can install it via Pip - pip install pipenv
- Enter the environment -
pipenv shell
- Run the application -
python app.py
Development dependencies are used for testing and linting the codebase.
You can install development dependencies using pipenv install --dev
Commit messages follow the Conventional Commits standard.