No project description provided
Project description
sachin-chess-utils
General propose Chess related utility functions. Some examples below.
1. Convert chess move to human readable sentence:
from sachin_chess_utils import describe_move
print(describe_move('Nxe4#'))
Output:
"knight captures e4 check and mate"
- This is useful for the text to speech model. Machine can "say" the moves.
- Function might look simple at first glance but there are some corner cases which are handled here (That's why I thought to make it open source).
2. Many more such functions are work in progress 🚀
....
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sachin_chess_utils-0.1.4.tar.gz.
File metadata
- Download URL: sachin_chess_utils-0.1.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
736b7ca290b56b300da116355896079eec3cc51adf125fe12b4f3e82629da796
|
|
| MD5 |
236661f69126f155219366fda55d896e
|
|
| BLAKE2b-256 |
3b8d0e326ea5622f3c35127fb210f243c78752ca3f2cffd198259af2f8403b4a
|
File details
Details for the file sachin_chess_utils-0.1.4-py3-none-any.whl.
File metadata
- Download URL: sachin_chess_utils-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179571e1c3069203251d8c913b8f50d34d032630233c8e11cb552a72f9555895
|
|
| MD5 |
f1e5b0a7d654993fa9f647c379b5af39
|
|
| BLAKE2b-256 |
098f7ea030949572b7417540f66871f317d6c563cb29fe62c68e915441d782af
|