A Python module for reading and searching Plutonium T6 logs
Project description
T6LogReader 📜
A Python module for reading and searching Black Ops II (Plutonium T6) logs
🚀 Features
- ✅ Read the last lines of console.tlog
- ✅ Search for specific commands (e.g., kick, ban)
- ✅ Works dynamically for any Windows user (not tested on Linux)
📥 Installation
pip install T6LogReader
🛠 Usage
from t6logreader import T6LogReader
log_reader = T6LogReader()
print(log_reader.read_last_lines(number_of_lines=10))
from t6logreader import T6LogReader
log_reader = T6LogReader()
print(log_reader.search_command(command="kick", prefix="")) # Prefix is normally set as "]"
from t6logreader import T6LogReader
log_reader = T6LogReader()
print(log_reader.read_last_line())
📂 File Path Handling
By default, it reads:
C:\Users\YourUser\AppData\Local\Plutonium\console.log
But you can specify a custom path:
log_reader = T6LogReader(log_path="custom/path/to/console.log")
Come Play on Brownies SND (T6) 🍰
Why Brownies? 🤔
- Stability: Brownies delivers a consistent, lag-free experience, making it the perfect choice for players who demand uninterrupted action
- Community: The players at Brownies are known for being helpful, competitive, and fun—something Orion can only dream of
- Events & Features: Brownies is constantly running unique events and offers more server-side customization options than Orion, ensuring every game feels fresh
Brownies Discord | Brownies IW4M | Made With ❤️ By Budiworld
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
t6logreader-0.1.0.tar.gz
(2.6 kB
view details)
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 t6logreader-0.1.0.tar.gz.
File metadata
- Download URL: t6logreader-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeae72359033d9edf431900804f02b472a37b9654cac78d9a5a56063b482a51f
|
|
| MD5 |
102070151680ccc37edd5144633fa52d
|
|
| BLAKE2b-256 |
a725c5639b05286ea2603d7b564d4f650e9a8ee141ef3199e9ea44cd9d58c489
|
File details
Details for the file T6LogReader-0.1.0-py3-none-any.whl.
File metadata
- Download URL: T6LogReader-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fc3784461100ae1f30dec0f667ffbf8782708c5d7f3f92eea70fd4f7e142f2c
|
|
| MD5 |
e77d0fd9549e8e7feac49266bd35b2ef
|
|
| BLAKE2b-256 |
0cdcdceb6752154c9bfc1f43902b53ec438c516bd261070ea35e604e81af0967
|