Metadata-Version: 2.1
Name: rajniwebdeveloper
Version: 0.1.0
Summary: All tools From Rajni web developer
Home-page: https://github.com/rajniwebdeveloper
Author: Rajni Web Developer
Author-email: rajnikantmahato33435@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
License-File: LICENSE
Requires-Dist: flask >=2.0.0
Requires-Dist: selenium >=4.0.0
Requires-Dist: webdriver-manager >=3.8.0
Requires-Dist: pandas >=1.3.0
Requires-Dist: openpyxl >=3.0.0
Requires-Dist: requests >=2.26.0

# rajniwebdeveloper/rajniwebdeveloper/README.md

# Rajni Web Developer

## Overview

The Rajni Web Developer project is designed to extract case details and current status from a web table. It utilizes web scraping techniques to gather information and presents it in a structured JSON format.

## Installation

To use this project, ensure you have Python installed on your machine. You can clone the repository and install the required dependencies using pip.

```bash
git clone <repository-url>
cd rajniwebdeveloper
pip install -r requirements.txt
```

## Usage

To run the application, navigate to the `court_challan` directory and execute the `app2.py` script. The script will extract the relevant data from the specified web table and print it in JSON format.

```bash
cd court_challan
python app2.py
```

## License

This project is licensed under the MIT License. See the LICENSE file for more details.
