PkrFileSorter
Description
A package to sort poker files in adapted directories
PokerFileSorter is a simple tool to sort poker files in adapted directories.
Table of Contents
Getting Started
To install the package, use the following command:
pip install pkrfilesorter
Usage
Base Examples
Here are some simple examples of using PokerFileSorter:
Sort a poker file to a directory with custom directories:
from pkrfilesorter.file_sorter import FileSorter
sorter = FileSorter("path/to/poker/history/dir", "path/to/sorted/dir")
sorter.copy_files()
Documentation
Read the doc on ReadTheDocs
License
This project is licensed under the MIT license. See the LICENSE file for more details.