Pillow-PyMuPDF-ReportLab / requirements.txt
awacke1's picture
Update requirements.txt
6d4ddf4 verified
raw
history blame
3.3 kB
# Streamlit Base
streamlit # 🌟 The shiny star of our web app galaxy! | "st.write('Hello, world!')" - Greets the universe like a cosmic chatbot!
reportlab
weasyprint
pdfkit
PyPDF2
# PDF Libraries (Reduced to working ones)
pikepdf # πŸ“œ Edits PDFs with low-level control using QPDF | "pikepdf.Pdf.open('in.pdf').save('out.pdf')" - Gives your PDF a makeover like a digital plastic surgeon!
fpdf2 # πŸ“œ Generates PDFs from scratch | "fpdf.FPDF().add_page().output('new.pdf')" - Whips up a PDF quicker than a chef flipping pancakes!
pymupdf # πŸ“œ High-performance PDF reading/writing | "fitz.open('doc.pdf')[0].get_text()" - Speed-reads PDFs faster than a bookworm on espresso!
# Image Capture Libraries
opencv-python # πŸ“Έ Captures and processes images from cameras | "cv2.imwrite('snap.jpg', cv2.VideoCapture(0).read()[1])" - Snaps a pic quicker than a paparazzi at a celebrity meltdown!
pillow # πŸ–ΌοΈ Processes and saves images | "Image.fromarray(cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)).save('out.jpg')" - Polishes pics like a pillow fluffer at a sleepover!
imutils # πŸ“Έ Simplifies image capture with threading | "imutils.video.VideoStream(src=0).start().read()" - Grabs frames smoother than a cat burglar in sneakers!
pyscreeze # πŸ“Έ Captures screenshots | "pyscreeze.screenshot().save('screen.jpg')" - Snags your screen like a sneaky spy with a camera!
pyautogui # πŸ“Έ Captures screenshots and automates | "pyautogui.screenshot().save('screen.jpg')" - Snaps your desktop faster than a robot paparazzo!
mss # πŸ“Έ Fast screenshot capture | "mss.mss().shot(output='screen.png')" - Captures screens quicker than a ninja snapping selfies!
imageio # πŸ“Έ Reads/writes images, supports cameras | "imageio.imwrite('out.jpg', imageio.get_reader('<video0>').get_next_data())" - Snags images like a pirate looting a pixel treasure chest!
pygrabber # πŸ“Έ Captures images on Windows via DirectShow | "pygrabber.dshow_graph.FilterGraph().grab_frame().save('out.jpg')" - Grabs Windows shots like a cowboy roping a pixel steer!
scikit-image # πŸ“Έ Advanced image processing | "skimage.io.imsave('out.jpg', frame)" - Processes pics like a scientist dissecting a pixel frog!
grab # πŸ“Έ Captures screenshots with a simple API | "grab.Grab().screen().save('screen.jpg')" - Snaps screens like a ghost haunting your desktop!
# Video Capture Libraries
opencv-python # πŸŽ₯ Captures video from cameras | "cv2.VideoCapture(0).read()[1]" - Grabs video frames like a director snatching scenes from a blockbuster!
vidgear # πŸŽ₯ High-performance video capture with FFmpeg | "vidgear.gears.CamGear(source=0).start().read()" - Streams video smoother than a greased-up eel!
imutils # πŸŽ₯ Threaded video capture | "imutils.video.VideoStream(src=0).start().read()" - Streams video like a thief sneaking frames in the night!
imageio # πŸŽ₯ Reads video from cameras | "imageio.get_reader('<video0>').get_next_data()" - Snags video frames like a fisherman reeling in pixel fish!
grab # πŸŽ₯ Captures screen video (via screenshots) | "grab.Grab().screen().save('frame.jpg')" - Records screens like a ghost filming a desktop haunting!
pyscreeze # πŸŽ₯ Captures screen video (via screenshots) | "pyscreeze.screenshot().save('screen.jpg')" - Snaps screen video like a spy with a frame-by-frame camera!