Metadata-Version: 1.1
Name: egproject
Version: 0.0.16
Summary: A Python package to print
Home-page: UNKNOWN
Author: ANOOP SINGH RANA
Author-email: apours986@gmail.com
License: MIT
Description: 
        ``datesheetmgmt`` will make the complete Matrix,Seating Plan,Attendance Sheets,DutyChart for a given examination. 
        
        Installation
        ------------
        
        .. code:: sh
        
            pip install tqdm
        
        
        
        Modules Required
        ------------------------
        
        You will need these modules before start installing this software:
        
        - ``xlsxwriter`` for writing to xlsx files.
        - ``xlrd`` for reading from xlsx files.
        - ``openpyxl`` for reading from xlsx files.
        - ``PIL`` for dealing with images.
        - ``numpy`` 
        - ``Tkinter`` for making GUI.
        - ``pandas`` for reading and writing xlsx files.
        
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
