Metadata-Version: 2.1
Name: Test-train-validation-split
Version: 0.1.1
Summary: A python package to split Directory into Training, Testing and Validation Directory
Home-page: https://github.com/rajeevsingla780/Test_train_validation_split
Author: RAJEEV SINGLA
Author-email: rajeevsingla780@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Test_train_validation_split

Test_train_validation_split is a Python library which help you to split directory or folder into training, testing and validation directories.

Submitted By: **Rajeev Singla 101803655**

***
pypi: <https://pypi.org/project/Test_train_validation_split>



git: <https://github.com/rajeevsingla780/Test_train_validation_split/>
***

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install Test_train_validation_split
```

## Command Line Usage

```python
python test_train_split "directory_name" "split_size"
# python test_train_split "C:\Users\RAJEEV SINGLA\grapes" 0.80
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

