SectorMultiplayerChatServer / requirements.txt
awacke1's picture
Update requirements.txt
5b10b36 verified
raw
history blame
2.23 kB
streamlit
# 🌟 Streamlit shines - "st.title('Hello, World!')" kicks off your app with flair!
# 🎨 Paint the UI - "st.button('Click me!')" adds interactive magic buttons!
# πŸ“Š Graph it up - "st.line_chart(data)" turns numbers into visual superpowers!
# πŸ–ΌοΈ Show off - "st.image(img)" flashes your pics with pizzazz!
asyncio
# ⏳ Async awaits - "await asyncio.sleep(1)" pauses without blocking your vibe!
# πŸš€ Task master - "asyncio.create_task(func())" launches parallel action heroes!
# πŸ”„ Loop de loop - "asyncio.run(main())" runs your async empire smoothly!
nest-asyncio
# πŸ”„ Loop savior - "nest_asyncio.apply()" fixes nested async woes with a wink!
# πŸš€ Run again - "asyncio.run(main())" now works inside Streamlit’s loop party!
# ⏲️ Time bender - "nest_asyncio.apply(); await asyncio.sleep(2)" bends time effortlessly!
websockets
# 🌐 Web chat zap - "async with websockets.connect('ws://...')" links chat galaxies!
# πŸ“‘ Send it fast - "await websocket.send('Hi!')" beams messages at lightspeed!
# 🎧 Listen up - "msg = await websocket.recv()" catches incoming chatter!
edge-tts
# πŸŽ™οΈ Voice boom - "await edge_tts.Communicate('Hello', 'en-US-Aria').save('out.mp3')" speaks your mind!
# πŸ”Š Tune tweak - "edge_tts.Communicate('Yo', 'en-GB-Ryan', rate='+10%')" speeds up the groove!
# πŸ—£οΈ Echo star - "await communicate.save('file.mp3')" saves your vocal superpower!
audio-recorder-streamlit
# 🎀 Mic drop - "audio = audio_recorder()" grabs your voice with style!
# πŸ”‰ Sound bite - "if audio: st.audio(audio)" plays back your epic words!
# πŸ—¨οΈ Chat blast - "text = process(audio); st.write(text)" turns speech to text magic!
pillow
# πŸ–ΌοΈ Pic power - "img = Image.open('cool.png')" unleashes image wizardry!
# 🎨 Color swap - "img.convert('RGB')" transforms visuals like a pro!
# πŸ’Ύ Save snap - "img.save('new.jpg')" locks your art in pixel glory!
streamlit-paste-button
# πŸ“‹ Paste magic - "result = paste_image_button('Paste')" snags clipboard images with flair!
# πŸ–ΌοΈ Show it off - "if result.image_data: st.image(result.image_data)" flashes pasted pics!
# πŸ’Ύ Save it quick - "filename = save_pasted_image(result.image_data)" names and stores your art!
pyPDF2