Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.24 KB

BloodGroupInfo

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.


BloodGroupChecker Application Screenshot


Before you Execute:

Copy and paste the following commands to download the packages that this program depend on.

pip install pyfiglet

pip install colorama


Interal Packages:

The following internal packages have been used in this terminal application:

  • sys
  • time

External Packages:

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.