Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 935 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 935 Bytes

SARA

SARA - Single Alien Registry Application

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

python version - 3.4

Please install pyfpdf

How to implement 'plug in'

#Add plug-in to plugins folder #Please refer dummy.py for better performance

###Thank You