Metadata-Version: 2.0
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: PIL
Requires-Dist: delny
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: xlsxwriter

``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.






