Thư Viện Hỗ Trợ Viết Tool Facebook Nhanh
Project description
mmo_tools
©dinhlam Đây là một thư viện Python chứa các hàm tiện ích để chuyển đổi dữ liệu và cấu hình proxy .
func
convert_data(file)
- Chuyển đổi dữ liệu từ tệp đầu vào thành danh sách các đối tượng từ điển.
- input: path file input (str).
- result: dict (
[{},{}]).
example
import os , sys
from lam_tools import convert_data
sys.path.append(os.path.join(os.path.dirname(__file__), 'src'))
# Giả sử file_path là đường dẫn tới tệp dữ liệu
file_path = 'data/mmo_tools.txt'
# Chuyển đổi dữ liệu từ tệp
data = convert_data(file_path)
print(data) # [{'key': 'value'}, {'key2': 'value2'}]
install
pip install mmo_tools
contact
- Youtube : ilam
- Facebbok : Le Dinh Lam
- Telegram : Lam
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mmo_tools-0.1.0.tar.gz
(3.8 kB
view details)
File details
Details for the file mmo_tools-0.1.0.tar.gz.
File metadata
- Download URL: mmo_tools-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5086adf4140f8a4dfb5da806c20cab35a3ee763bfc741309c921ed6cb6dd37f
|
|
| MD5 |
f6f631f5f82d5af77b1b561cff7c8337
|
|
| BLAKE2b-256 |
0d28f1aef4fb67eed027b3cb7d610568ebebdc82cc3983360d1c19977d4a7494
|