This is a terminal application that prompts the user to enter their blood group and displays informative content regarding their blood group and it's compatibility. The BloodGroupChecker terminal application is entirely made using the Python Programming Language.
Copy and paste the following commands to download the packages that this program depend on.
pip install pyfiglet
pip install colorama
The following internal packages have been used in this terminal application:
- sys
- time
The following external Python Packages were used from PyPI to get this project done:
Before running this code in your lcoal machine, I recommend going through the External Package Section above to take care of all the dependencies.
It is crucial to download the external packages before executing the code to get it to run without any fail.