A basic python console application which recieves five variables(details about an alien) and writes it into a file of format of user choice
main.py controls whole work flow
base.py provides an abstact class for the format conversion
toPDF.py using pyfpdf it creates a new file and writes collected data into the file
toTXT.py Creates a simple text file and writes data into the file
exportHandler.py Handels Export calling appropriate function
inputHandler.py Handles Console input
Alien.py Contains a class which bounds details of an alien and takes input
Please install pyfpdf
#Add plug-in to plugins folder #Please refer dummy.py for better performance
###Thank You