Skip to main content

A package to sort poker files in adapted directories

Project description

PokerFileSorter

Documentation Status PyPI version License: MIT

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

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pkrfilesorter-1.0.2.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

pkrfilesorter-1.0.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page