A package to sort poker files in adapted directories
Project description
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
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
Built Distribution
File details
Details for the file pkrfilesorter-1.4.1.tar.gz
.
File metadata
- Download URL: pkrfilesorter-1.4.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1796beec691d46f307254061125890b14aa657d3145e11a8afac89085bbfc24 |
|
MD5 | 7ccb772070f6572188953ab3d47286a9 |
|
BLAKE2b-256 | 8d5e235ef3ebdc6693507cfa847f2bc14ead496e972bd62d97fdb441c77457d6 |
File details
Details for the file pkrfilesorter-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: pkrfilesorter-1.4.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6df8ee3aaebd997283f27cfbc646179d3b81a937bc621dd1111ac9fd09c91dc |
|
MD5 | fa68b733f9eb73d35b14b095d8134cd8 |
|
BLAKE2b-256 | a327108619685dca8a7dfcaa7c0bd55c59711ade494fd4acd609fdbf600f4d19 |