Metadata-Version: 2.4
Name: bandgap-calc
Version: 1.0
Summary: A PyQt5-based GUI for bandgap estimation using Tauc plots
Home-page: https://github.com/yourusername/bandgap-calc
Author: SIMPAL KUMAR SUMAN
Author-email: advancedbionanoxplore@gmail.com
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
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: PyQt5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Bandgap Calc

A PyQt5-based GUI tool for UV-Vis spectroscopy data analysis and Tauc plot bandgap estimation.

## Installation and import

Python must be installed on your PC/desktop.
In the terminal, simply type: bandgap-calc
This will open the GUI application.


```bash
pip install bandgap-calc

