Last updated:
0 purchases
pkrfilesorter 1.4.1
PokerFileSorter
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
Description
Getting Started
Usage
Documentation
License
Getting Started
To install the package, use the following command:
pip install pkrfilesorter
If you want to download the source code, you can do so by cloning the repository:
git clone https://github.com/Manggy94/PokerFileSorter.git
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()
Setting source directories and destination directories from a .env file:
.env:
SOURCE_DIR="path/to/poker/history/dir"
DESTINATION_DIR="path/to/sorted/dir"
Then, in the command line:
python -m pkrfilesorter.main
Documentation
Read the doc on ReadTheDocs
License
This project is licensed under the MIT license. See the LICENSE file for more details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.