File size: 30,162 Bytes
a1e7982 3524395 a1e7982 33f1e6c a1e7982 33f1e6c a1e7982 17aa09a a1e7982 17aa09a a1e7982 c5fa0cb 17aa09a c5fa0cb 33f1e6c 17aa09a 33f1e6c 17aa09a 33f1e6c 17aa09a 33f1e6c 638fb8d 33f1e6c 17aa09a 33f1e6c 17aa09a 33f1e6c c5fa0cb 17aa09a c5fa0cb 17aa09a 638fb8d 17aa09a c5fa0cb 17aa09a c5fa0cb 17aa09a c5fa0cb 638fb8d c5fa0cb 3524395 c5fa0cb 17aa09a c5fa0cb 17aa09a c5fa0cb 17aa09a c5fa0cb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 |
import streamlit as st
import asyncio
import websockets
import uuid
import argparse
from datetime import datetime
import os
import random
import time
import hashlib
from PIL import Image
import glob
from urllib.parse import quote
import base64
import io
import streamlit.components.v1 as components
import edge_tts
from audio_recorder_streamlit import audio_recorder
import nest_asyncio
import re
from image_paster import image_paster # Import the custom component
# Patch for nested async - sneaky fix! πβ¨
nest_asyncio.apply()
# Static config - constants rule! ππ
icons = 'π€π§ π¬π'
START_ROOM = "Sector π"
# Page setup - dressing up the window! πΌοΈπ
st.set_page_config(
page_title="π€π§ MMO Chat Brainππ¬",
page_icon=icons,
layout="wide",
initial_sidebar_state="auto"
)
# Funky usernames - whoβs who in the zoo with unique voices! ππΎποΈ
FUN_USERNAMES = {
"CosmicJester π": "en-US-AriaNeural",
"PixelPanda πΌ": "en-US-JennyNeural",
"QuantumQuack π¦": "en-GB-SoniaNeural",
"StellarSquirrel πΏοΈ": "en-AU-NatashaNeural",
"GizmoGuru βοΈ": "en-CA-ClaraNeural",
"NebulaNinja π ": "en-US-GuyNeural",
"ByteBuster πΎ": "en-GB-RyanNeural",
"GalacticGopher π": "en-AU-WilliamNeural",
"RocketRaccoon π": "en-CA-LiamNeural",
"EchoElf π§": "en-US-AnaNeural",
"PhantomFox π¦": "en-US-BrandonNeural",
"WittyWizard π§": "en-GB-ThomasNeural",
"LunarLlama π": "en-AU-FreyaNeural",
"SolarSloth βοΈ": "en-CA-LindaNeural",
"AstroAlpaca π¦": "en-US-ChristopherNeural",
"CyberCoyote πΊ": "en-GB-ElliotNeural",
"MysticMoose π¦": "en-AU-JamesNeural",
"GlitchGnome π§": "en-CA-EthanNeural",
"VortexViper π": "en-US-AmberNeural",
"ChronoChimp π": "en-GB-LibbyNeural"
}
# Folders galore - organizing chaos! ππ
CHAT_DIR = "chat_logs"
VOTE_DIR = "vote_logs"
STATE_FILE = "user_state.txt"
AUDIO_DIR = "audio_logs"
HISTORY_DIR = "history_logs"
MEDIA_DIR = "media_files"
os.makedirs(CHAT_DIR, exist_ok=True)
os.makedirs(VOTE_DIR, exist_ok=True)
os.makedirs(AUDIO_DIR, exist_ok=True)
os.makedirs(HISTORY_DIR, exist_ok=True)
os.makedirs(MEDIA_DIR, exist_ok=True)
CHAT_FILE = os.path.join(CHAT_DIR, "global_chat.md")
QUOTE_VOTES_FILE = os.path.join(VOTE_DIR, "quote_votes.md")
MEDIA_VOTES_FILE = os.path.join(VOTE_DIR, "media_votes.md")
HISTORY_FILE = os.path.join(HISTORY_DIR, "chat_history.md")
# Fancy digits - numbers got style! π’π
UNICODE_DIGITS = {i: f"{i}\uFE0Fβ£" for i in range(10)}
# Massive font collection - typography bonanza! ποΈπ¨
UNICODE_FONTS = [
("Normal", lambda x: x),
("Bold", lambda x: "".join(chr(ord(c) + 0x1D400 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D41A - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Italic", lambda x: "".join(chr(ord(c) + 0x1D434 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D44E - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Bold Italic", lambda x: "".join(chr(ord(c) + 0x1D468 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D482 - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Script", lambda x: "".join(chr(ord(c) + 0x1D49C - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D4B6 - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Bold Script", lambda x: "".join(chr(ord(c) + 0x1D4D0 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D4EA - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Fraktur", lambda x: "".join(chr(ord(c) + 0x1D504 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D51E - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Bold Fraktur", lambda x: "".join(chr(ord(c) + 0x1D56C - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D586 - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Double Struck", lambda x: "".join(chr(ord(c) + 0x1D538 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D552 - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Sans Serif", lambda x: "".join(chr(ord(c) + 0x1D5A0 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D5BA - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Sans Serif Bold", lambda x: "".join(chr(ord(c) + 0x1D5D4 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D5EE - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Sans Serif Italic", lambda x: "".join(chr(ord(c) + 0x1D608 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D622 - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Sans Serif Bold Italic", lambda x: "".join(chr(ord(c) + 0x1D63C - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D656 - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Monospace", lambda x: "".join(chr(ord(c) + 0x1D670 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D68A - 0x61) if 'a' <= c <= 'z' else c for c in x)),
("Circled", lambda x: "".join(chr(ord(c) - 0x41 + 0x24B6) if 'A' <= c <= 'Z' else chr(ord(c) - 0x61 + 0x24D0) if 'a' <= c <= 'z' else c for c in x)),
("Squared", lambda x: "".join(chr(ord(c) - 0x41 + 0x1F130) if 'A' <= c <= 'Z' else c for c in x)),
("Negative Circled", lambda x: "".join(chr(ord(c) - 0x41 + 0x1F150) if 'A' <= c <= 'Z' else c for c in x)),
("Negative Squared", lambda x: "".join(chr(ord(c) - 0x41 + 0x1F170) if 'A' <= c <= 'Z' else c for c in x)),
("Regional Indicator", lambda x: "".join(chr(ord(c) - 0x41 + 0x1F1E6) if 'A' <= c <= 'Z' else c for c in x)),
]
# Global state - keeping tabs! ππ
if 'server_running' not in st.session_state:
st.session_state.server_running = False
if 'server_task' not in st.session_state:
st.session_state.server_task = None
if 'active_connections' not in st.session_state:
st.session_state.active_connections = {}
if 'media_notifications' not in st.session_state:
st.session_state.media_notifications = []
if 'last_chat_update' not in st.session_state:
st.session_state.last_chat_update = 0
if 'displayed_chat_lines' not in st.session_state:
st.session_state.displayed_chat_lines = []
# Timestamp wizardry - clock ticks with flair! β°π©
def format_timestamp_prefix():
return datetime.now().strftime("%Y%m%d_%H%M%S")
# Node naming - christening the beast! ππΌ
def get_node_name():
parser = argparse.ArgumentParser(description='Start a chat node with a specific name')
parser.add_argument('--node-name', type=str, default=None)
parser.add_argument('--port', type=int, default=8501)
args = parser.parse_args()
username = st.session_state.get('username', 'System π')
log_action(username, "ππΌ - Node naming - christening the beast!")
return args.node_name or f"node-{uuid.uuid4().hex[:8]}", args.port
# Action logger - spying on deeds! π΅οΈπ
def log_action(username, action):
if 'action_log' not in st.session_state:
st.session_state.action_log = {}
user_log = st.session_state.action_log.setdefault(username, {})
current_time = time.time()
user_log = {k: v for k, v in user_log.items() if current_time - v < 10}
st.session_state.action_log[username] = user_log
if action not in user_log:
with open(HISTORY_FILE, 'a') as f:
f.write(f"[{datetime.now().strftime('%Y-%m-%d %H:%M:%S')}] {username}: {action}\n")
user_log[action] = current_time
# Clean text - strip the fancy stuff! π§Ήπ
def clean_text_for_tts(text):
cleaned = re.sub(r'[#*!\[\]]+', '', text)
cleaned = ' '.join(cleaned.split())
return cleaned[:200] if cleaned else "No text to speak"
# Chat saver - words locked tight! π¬π
async def save_chat_entry(username, message):
await asyncio.to_thread(log_action, username, "π¬π - Chat saver - words locked tight!")
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
entry = f"[{timestamp}] {username}: {message}"
await asyncio.to_thread(lambda: open(CHAT_FILE, 'a').write(f"{entry}\n"))
voice = FUN_USERNAMES.get(username, "en-US-AriaNeural")
cleaned_message = clean_text_for_tts(message)
audio_file = await async_edge_tts_generate(cleaned_message, voice)
if audio_file:
with open(HISTORY_FILE, 'a') as f:
f.write(f"[{timestamp}] {username}: Audio generated - {audio_file}\n")
await broadcast_message(f"{username}|{message}", "chat")
st.session_state.last_chat_update = time.time()
# Chat loader - history unleashed! ππ
async def load_chat():
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "ππ - Chat loader - history unleashed!")
if not os.path.exists(CHAT_FILE):
await asyncio.to_thread(lambda: open(CHAT_FILE, 'a').write(f"# {START_ROOM} Chat\n\nWelcome to the cosmic hub - start chatting! π€\n"))
with open(CHAT_FILE, 'r') as f:
content = await asyncio.to_thread(f.read)
return content
# User lister - whoβs in the gang! π₯π
async def get_user_list(chat_content):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "π₯π - User lister - whoβs in the gang!")
users = set()
for line in chat_content.split('\n'):
if line.strip() and ': ' in line:
user = line.split(': ')[1].split(' ')[0]
users.add(user)
return sorted(list(users))
# Join checker - been here before? πͺπ
async def has_joined_before(client_id, chat_content):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "πͺπ - Join checker - been here before?")
return any(f"Client-{client_id}" in line for line in chat_content.split('\n'))
# Suggestion maker - old quips resurface! π‘π
async def get_message_suggestions(chat_content, prefix):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "π‘π - Suggestion maker - old quips resurface!")
lines = chat_content.split('\n')
messages = [line.split(': ', 1)[1] for line in lines if ': ' in line and line.strip()]
return [msg for msg in messages if msg.lower().startswith(prefix.lower())][:5]
# Vote saver - cheers recorded! ππ
async def save_vote(file, item, user_hash, username, comment=""):
await asyncio.to_thread(log_action, username, "ππ - Vote saver - cheers recorded!")
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
entry = f"[{timestamp}] {user_hash} voted for {item}"
await asyncio.to_thread(lambda: open(file, 'a').write(f"{entry}\n"))
await asyncio.to_thread(lambda: open(HISTORY_FILE, "a").write(f"- {timestamp} - User {user_hash} voted for {item}\n"))
chat_message = f"{username} upvoted: \"{item}\""
if comment:
chat_message += f" - {comment}"
await save_chat_entry(username, chat_message)
# Vote counter - tallying the love! ππ
async def load_votes(file):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "ππ - Vote counter - tallying the love!")
if not os.path.exists(file):
await asyncio.to_thread(lambda: open(file, 'w').write("# Vote Tally\n\nNo votes yet - get clicking! π±οΈ\n"))
with open(file, 'r') as f:
content = await asyncio.to_thread(f.read)
lines = content.strip().split('\n')[2:]
votes = {}
user_votes = set()
for line in lines:
if line.strip() and 'voted for' in line:
user_hash = line.split('] ')[1].split(' voted for ')[0]
item = line.split('voted for ')[1]
vote_key = f"{user_hash}-{item}"
if vote_key not in user_votes:
votes[item] = votes.get(item, 0) + 1
user_votes.add(vote_key)
return votes
# Hash generator - secret codes ahoy! ππ΅οΈ
async def generate_user_hash():
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "ππ΅οΈ - Hash generator - secret codes ahoy!")
if 'user_hash' not in st.session_state:
st.session_state.user_hash = hashlib.md5(str(random.getrandbits(128)).encode()).hexdigest()[:8]
return st.session_state.user_hash
# Audio maker - voices come alive! πΆπ
async def async_edge_tts_generate(text, voice, rate=0, pitch=0, file_format="mp3"):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "πΆπ - Audio maker - voices come alive!")
timestamp = format_timestamp_prefix()
filename = os.path.join(AUDIO_DIR, f"audio_{timestamp}_{random.randint(1000, 9999)}.mp3")
communicate = edge_tts.Communicate(text, voice, rate=f"{rate:+d}%", pitch=f"{pitch:+d}Hz")
try:
await communicate.save(filename)
return filename if os.path.exists(filename) else None
except edge_tts.exceptions.NoAudioReceived:
with open(HISTORY_FILE, 'a') as f:
f.write(f"[{datetime.now().strftime('%Y-%m-%d %H:%M:%S')}] {username}: Audio failed - No audio received for '{text}'\n")
return None
# Audio player - tunes blast off! ππ
def play_and_download_audio(file_path):
if file_path and os.path.exists(file_path):
st.audio(file_path)
with open(file_path, "rb") as f:
b64 = base64.b64encode(f.read()).decode()
dl_link = f'<a href="data:audio/mpeg;base64,{b64}" download="{os.path.basename(file_path)}">π΅ Download {os.path.basename(file_path)}</a>'
st.markdown(dl_link, unsafe_allow_html=True)
# Image saver - pics preserved with naming! πΈπΎ
async def save_pasted_image(image_data, username):
await asyncio.to_thread(log_action, username, "πΈπΎ - Image saver - pics preserved!")
timestamp = format_timestamp_prefix()
filename = f"paste_{timestamp}_{username}.png"
filepath = os.path.join(MEDIA_DIR, filename)
if ',' in image_data:
image_data = image_data.split(',')[1]
img_bytes = base64.b64decode(image_data)
img = Image.open(io.BytesIO(img_bytes))
await asyncio.to_thread(img.save, filepath, "PNG")
return filepath
# Video renderer - movies roll with autoplay! π₯π¬
async def get_video_html(video_path, width="100%"):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "π₯π¬ - Video renderer - movies roll!")
with open(video_path, 'rb') as f:
video_data = await asyncio.to_thread(f.read)
video_url = f"data:video/mp4;base64,{base64.b64encode(video_data).decode()}"
return f'<video width="{width}" controls autoplay><source src="{video_url}" type="video/mp4">Your browser does not support the video tag.</video>'
# Audio renderer - sounds soar! πΆβοΈ
async def get_audio_html(audio_path, width="100%"):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "πΆβοΈ - Audio renderer - sounds soar!")
audio_url = f"data:audio/mpeg;base64,{base64.b64encode(await asyncio.to_thread(open, audio_path, 'rb').read()).decode()}"
return f'<audio controls style="width: {width};"><source src="{audio_url}" type="audio/mpeg">Your browser does not support the audio element.</audio>'
# Websocket handler - chat links up! ππ
async def websocket_handler(websocket, path):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "ππ - Websocket handler - chat links up!")
try:
client_id = str(uuid.uuid4())
room_id = "chat"
st.session_state.active_connections.setdefault(room_id, {})[client_id] = websocket
chat_content = await load_chat()
username = st.session_state.get('username', random.choice(list(FUN_USERNAMES.keys())))
if not await has_joined_before(client_id, chat_content):
await save_chat_entry(f"Client-{client_id}", f"{username} has joined {START_ROOM}!")
async for message in websocket:
parts = message.split('|', 1)
if len(parts) == 2:
username, content = parts
await save_chat_entry(username, content)
except websockets.ConnectionClosed:
pass
finally:
if room_id in st.session_state.active_connections and client_id in st.session_state.active_connections[room_id]:
del st.session_state.active_connections[room_id][client_id]
# Message broadcaster - words fly far! π’βοΈ
async def broadcast_message(message, room_id):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "π’βοΈ - Message broadcaster - words fly far!")
if room_id in st.session_state.active_connections:
disconnected = []
for client_id, ws in st.session_state.active_connections[room_id].items():
try:
await ws.send(message)
except websockets.ConnectionClosed:
disconnected.append(client_id)
for client_id in disconnected:
del st.session_state.active_connections[room_id][client_id]
# Server starter - web spins up! π₯οΈπ
async def run_websocket_server():
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "π₯οΈπ - Server starter - web spins up!")
if not st.session_state.server_running:
server = await websockets.serve(websocket_handler, '0.0.0.0', 8765)
st.session_state.server_running = True
await server.wait_closed()
# Voice processor - speech to text! π€π
async def process_voice_input(audio_bytes):
username = st.session_state.get('username', 'System π')
await asyncio.to_thread(log_action, username, "π€π - Voice processor - speech to text!")
if audio_bytes:
text = "Voice input simulation"
await save_chat_entry(username, text)
# Interface builder - UI takes shape! π¨ποΈ
def create_streamlit_interface():
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
async def async_interface():
if 'username' not in st.session_state:
chat_content = await load_chat()
available_names = [name for name in FUN_USERNAMES if not any(f"{name} has joined" in line for line in chat_content.split('\n'))]
st.session_state.username = random.choice(available_names) if available_names else random.choice(list(FUN_USERNAMES.keys()))
if 'refresh_rate' not in st.session_state:
st.session_state.refresh_rate = 5
if 'timer_start' not in st.session_state:
st.session_state.timer_start = time.time()
if 'quote_line' not in st.session_state:
st.session_state.quote_line = None
if 'pasted_image_data' not in st.session_state:
st.session_state.pasted_image_data = None
if 'message_text' not in st.session_state:
st.session_state.message_text = ""
if 'audio_cache' not in st.session_state:
st.session_state.audio_cache = {}
st.markdown("""
<style>
.chat-box {font-family: monospace; background: #1e1e1e; color: #d4d4d4; padding: 10px; border-radius: 5px; height: 300px; overflow-y: auto;}
.timer {font-size: 24px; color: #ffcc00; text-align: center; animation: pulse 1s infinite;}
@keyframes pulse {0% {transform: scale(1);} 50% {transform: scale(1.1);} 100% {transform: scale(1);}}
</style>
""", unsafe_allow_html=True)
st.title(f"π€π§ MMO {st.session_state.username}ππ¬")
st.markdown(f"Welcome to {START_ROOM} - chat, vote, upload, paste images, and enjoy quoting! π")
if not st.session_state.server_task:
st.session_state.server_task = loop.create_task(run_websocket_server())
audio_bytes = audio_recorder()
if audio_bytes:
await process_voice_input(audio_bytes)
st.rerun()
# Load and display chat
st.subheader(f"{START_ROOM} Chat π¬")
chat_content = await load_chat()
chat_lines = chat_content.split('\n')
chat_votes = await load_votes(QUOTE_VOTES_FILE)
# Update displayed lines only with new, valid chat entries
current_time = time.time()
if current_time - st.session_state.last_chat_update > 1 or not st.session_state.displayed_chat_lines:
new_lines = [line for line in chat_lines if line.strip() and ': ' in line and line not in st.session_state.displayed_chat_lines and not line.startswith('#')]
st.session_state.displayed_chat_lines.extend(new_lines)
st.session_state.last_chat_update = current_time
# Display chat lines
for i, line in enumerate(st.session_state.displayed_chat_lines):
col1, col2, col3, col4 = st.columns([3, 1, 1, 2])
with col1:
st.markdown(line)
# Display image if the line contains an image reference
if "Pasted image:" in line:
image_path = line.split("Pasted image: ")[1].strip()
if os.path.exists(image_path):
st.image(image_path, use_container_width=True)
with col2:
vote_count = chat_votes.get(line.split('. ')[1] if '. ' in line else line, 0)
if st.button(f"π {vote_count}", key=f"chat_vote_{i}"):
comment = st.session_state.message_text
await save_vote(QUOTE_VOTES_FILE, line.split('. ')[1] if '. ' in line else line, await generate_user_hash(), st.session_state.username, comment)
if st.session_state.pasted_image_data:
filename = await save_pasted_image(st.session_state.pasted_image_data, st.session_state.username)
if filename:
await save_chat_entry(st.session_state.username, f"Pasted image: {filename}")
st.session_state.pasted_image_data = None
st.session_state.message_text = ''
st.rerun()
with col3:
if st.button("π’ Quote", key=f"quote_{i}"):
st.session_state.quote_line = line
st.rerun()
with col4:
username = line.split(': ')[1].split(' ')[0]
cache_key = f"{line}_{FUN_USERNAMES.get(username, 'en-US-AriaNeural')}"
if cache_key not in st.session_state.audio_cache:
cleaned_text = clean_text_for_tts(line.split(': ', 1)[1])
audio_file = await async_edge_tts_generate(cleaned_text, FUN_USERNAMES.get(username, "en-US-AriaNeural"))
st.session_state.audio_cache[cache_key] = audio_file
audio_file = st.session_state.audio_cache.get(cache_key)
if audio_file:
play_and_download_audio(audio_file)
# Quoting interface
if 'quote_line' in st.session_state and st.session_state.quote_line:
st.markdown(f"### Quoting: {st.session_state.quote_line}")
quote_response = st.text_area("Add your response", key="quote_response")
if st.button("Send Quote π", key="send_quote"):
markdown_response = f"### Quote Response\n- **Original**: {st.session_state.quote_line}\n- **{st.session_state.username} Replies**: {quote_response}"
if st.session_state.pasted_image_data:
filename = await save_pasted_image(st.session_state.pasted_image_data, st.session_state.username)
if filename:
markdown_response += f"\n- **Image**: "
await save_chat_entry(st.session_state.username, f"Pasted image: {filename}")
st.session_state.pasted_image_data = None
await save_chat_entry(st.session_state.username, markdown_response)
del st.session_state.quote_line
st.session_state.message_text = ''
st.rerun()
# Username change
new_username = st.selectbox("Change Name", [""] + list(FUN_USERNAMES.keys()), index=0)
if new_username and new_username != st.session_state.username:
loop.run_until_complete(save_chat_entry("System π", f"{st.session_state.username} changed name to {new_username}"))
st.session_state.username = new_username
st.rerun()
# Message input
message = st.text_input(f"Message as {st.session_state.username}", key="message_input", value=st.session_state.message_text, on_change=lambda: st.session_state.update(message_text=st.session_state.message_input))
if st.button("Send π", key="send_button") and message.strip():
loop.run_until_complete(save_chat_entry(st.session_state.username, message))
if st.session_state.pasted_image_data:
filename = await save_pasted_image(st.session_state.pasted_image_data, st.session_state.username)
if filename:
loop.run_until_complete(save_chat_entry(st.session_state.username, f"Pasted image: {filename}"))
st.session_state.pasted_image_data = None
st.session_state.message_text = ''
st.rerun()
# Use the custom image paster component
pasted_image_data = image_paster()
if pasted_image_data and st.session_state.pasted_image_data != pasted_image_data:
st.session_state.pasted_image_data = pasted_image_data
filename = await save_pasted_image(st.session_state.pasted_image_data, st.session_state.username)
if filename:
await save_chat_entry(st.session_state.username, f"Pasted image: {filename}")
st.session_state.pasted_image_data = None
st.rerun()
st.subheader("Media Gallery π¨πΆπ₯")
uploaded_file = st.file_uploader("Upload Media", type=['png', 'jpg', 'mp3', 'mp4'])
if uploaded_file:
timestamp = format_timestamp_prefix()
username = st.session_state.username
ext = uploaded_file.name.split('.')[-1]
filename = f"{timestamp}_{username}.{ext}"
file_path = os.path.join(MEDIA_DIR, filename)
await asyncio.to_thread(lambda: open(file_path, 'wb').write(uploaded_file.getbuffer()))
st.success(f"Uploaded {filename}")
await save_chat_entry(username, f"Uploaded media: {file_path}")
if file_path.endswith('.mp4'):
st.session_state.media_notifications.append(file_path)
# Organize gallery by user
media_files = glob.glob(f"{MEDIA_DIR}/*.png") + glob.glob(f"{MEDIA_DIR}/*.jpg") + glob.glob(f"{MEDIA_DIR}/*.mp3") + glob.glob(f"{MEDIA_DIR}/*.mp4")
if media_files:
media_votes = loop.run_until_complete(load_votes(MEDIA_VOTES_FILE))
users = sorted(set(f.split('_')[-1].split('.')[0] for f in media_files))
for user in users:
with st.expander(f"{user}'s Media"):
user_files = [f for f in media_files if user in f]
for media_file in user_files:
vote_count = media_votes.get(media_file, 0)
if vote_count > 0:
col1, col2, col3 = st.columns([3, 1, 1])
with col1:
if media_file.endswith(('.png', '.jpg')):
st.image(media_file, use_container_width=True, caption=os.path.basename(media_file))
elif media_file.endswith('.mp3'):
st.markdown(await get_audio_html(media_file), unsafe_allow_html=True)
st.caption(os.path.basename(media_file))
elif media_file.endswith('.mp4'):
st.markdown(await get_video_html(media_file), unsafe_allow_html=True)
st.caption(os.path.basename(media_file))
if media_file in st.session_state.media_notifications:
st.session_state.media_notifications.remove(media_file)
with col2:
if st.button(f"π {vote_count}", key=f"media_vote_{media_file}"):
comment = st.session_state.message_text
loop.run_until_complete(save_vote(MEDIA_VOTES_FILE, media_file, await generate_user_hash(), st.session_state.username, comment))
st.session_state.message_text = ''
st.rerun()
with col3:
if st.button("ποΈ", key=f"media_delete_{media_file}"):
await asyncio.to_thread(os.remove, media_file)
st.rerun()
st.subheader("Refresh β³")
refresh_rate = st.slider("Refresh Rate", 1, 300, st.session_state.refresh_rate)
st.session_state.refresh_rate = refresh_rate
timer_placeholder = st.empty()
for i in range(st.session_state.refresh_rate, -1, -1):
font_name, font_func = random.choice(UNICODE_FONTS)
countdown_str = "".join(UNICODE_DIGITS[int(d)] for d in str(i)) if i < 10 else font_func(str(i))
timer_placeholder.markdown(f"<p class='timer'>β³ {font_func('Refresh in:')} {countdown_str}</p>", unsafe_allow_html=True)
loop.run_until_complete(asyncio.sleep(1))
st.rerun()
st.sidebar.subheader("Chat History π")
with open(HISTORY_FILE, 'r') as f:
history_content = f.read()
st.sidebar.markdown(history_content)
loop.run_until_complete(async_interface())
# Main execution - letβs roll! π²π
def main():
NODE_NAME, port = get_node_name()
create_streamlit_interface()
if __name__ == "__main__":
main() |