Metadata-Version: 2.1
Name: mysql-editor-python
Version: 1.0.4
Summary: A MySQL Editor
Project-URL: Homepage, https://github.com/PandaRules/MySQL-Editor-Python
Project-URL: Issues, https://github.com/PandaRules/MySQL-Editor-Python/issues
Project-URL: Changelog, https://github.com/PandaRules/MySQL-Editor-Python/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyside6 >=6.5.3
Requires-Dist: mysql-connector-python >=8.0.31

# MySQL Editor

This is a tool for viewing and editing MySQL databases written in Python.

# Instructions for Installing

+ Windows
    + ```py -m pip install mysql-editor-python```


+ Linux / macOS
    + ```pip install mysql-editor-python```

# Running the App

+ Windows
    + Run ```py -m mysql_editor``` in CMD.


+ Linux / macOS
    + Run ```python -m mysql_editor``` in the terminal.
