A module to parse Minecraft player information
Project description
MinePlayer
MinePlayer 是一款簡單的模組,提供使用者解析一個 Minecraft 玩家的資訊!
MinePlayer is a simple module that allows users to parse information about a Minecraft player!
INFO:root:=== Create a new player. ===
INFO:root:Player Sam510208 created.
INFO:root:=== Get the player's UUID. ===
INFO:root:Player Sam510208's UUID is 9ea020446a4c4e4686b8e5d0bde8ce56.
特色 (Feature)
- 簡單易用 (Easy to use)
- 基於 GNU v3.0 開源 (Open Source based GNU v3.0)
- 支持所有相容於 CraftAvatar 的玩家頭像服務,並可自行決定 (Supports all CraftAvatar-compatible player avatar services at your discretion)
- 可取得幾乎所有 CraftAvatar 服務提供的頭像資源,甚至是玩家 Skin! (Get access to almost all avatar assets provided by the CraftAvatar service, even player Skins!)
範例 (Example)
import mineplayer
import logging
logging.basicConfig(level=logging.INFO)
# Create a new player
logging.info("=== Create a new player. ===")
player = mineplayer.MinePlayer("Sam510208")
logging.info(f"Player {player.username} created.")
# Get the player's UUID
logging.info("=== Get the player's UUID. ===")
uuid = player.uuid
logging.info(f"Player {player.username}'s UUID is {uuid}.")
# Get the player's information
logging.info("=== Get the player's information. ===")
info = player.info
logging.info(f"Player {player.username}'s information is {info}.")
範例收錄於 test.py 中
謝誌 (Thanks)
- Thank you to Crafatar for providing avatars.
- Source of inspiration: 510208/yunyubot-dc-annou
貢獻 (Countributing)
如果您希望貢獻此專案,我們非常歡迎!請Fork此儲存庫,開啟一個以自己貢獻的內容為名的分支,在該分支上開發。 開發完畢後,在GitHub頁面上提供完整說明,然後我們會盡快幫助您審核
如果您在使用此程式時出了什麼問題,歡迎在GitHub的Issues告訴我們!我們會盡力幫助您的
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 mineplayer-1.0.4.tar.gz.
File metadata
- Download URL: mineplayer-1.0.4.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
635c96292cc6e17547e3a19765bc8ec5e39ed6b266d561e8a4b5ac453420dd21
|
|
| MD5 |
1894145ca9c5fa9625a795151fd6f644
|
|
| BLAKE2b-256 |
4ac80d0f99bdda27c74da0f0bec8cb1c92bafa5ed0f2764313bfe02a1ef41e1a
|
File details
Details for the file MinePlayer-1.0.4-py3-none-any.whl.
File metadata
- Download URL: MinePlayer-1.0.4-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6bcd868bf89d286dd1734d2cb305cc2a88f13ecf7e5980b03366854d22d5dc8
|
|
| MD5 |
aa9e2e5b5427dd63a857faf56b70226f
|
|
| BLAKE2b-256 |
904a049b01e9cc8745ea7daeb74d1e5b148b7110215bbededaf43684c53f47b7
|