Metadata-Version: 2.1
Name: Cpuppy
Version: 1.2
Summary: Library for simple CPU simulating
Home-page: UNKNOWN
Author: Katemi
Author-email: thewords32@gmail.com
License: UNKNOWN
Keywords: Binary
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

This library was created for personal used to simulate how a cpu or electronic logical gate works
(I could use the integrated functions but that will be quite boring)

Change Log
----------

1.0 (22/10/21)
--------------
- First release featuring logical gates and extra functions

1.1 (22/10/21)
--------------
- Fixed import problem

1.2 (23/10/21)
- Added 16-bit adder, ALU and register

