Skip to content

VasishtaShastry/SARA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SARA - Single Alien Registry App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages