Metadata-Version: 2.1
Name: dbdump
Version: 0.0.6
Summary: Dump the database or Export data from MySQL to Excel, be it a table or view
Home-page: https://github.com/vaibhavv62
Author: Vaibhav Kshirsagar
Author-email: kvaibhav1998@gmail.com
License: UNKNOWN
Keywords: database dump,export database,generate excel,database to excel,database to pdf,database to JSON,database to csv,
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: mysql-connector-python
Requires-Dist: openpyxl

# dbdump

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)   


## Functionality of the dbdump

- Export data from MySQL to Excel,
    be it a table or view,Reduce the number of people 
    with access to your MySQL server, 
- Make Excel the melting pot of data from different source.',
    

## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install dbdump
  ```

