Update requirements.txt
Browse files- requirements.txt +1 -29
requirements.txt
CHANGED
@@ -1,31 +1,3 @@
|
|
1 |
# Streamlit Base
|
2 |
streamlit # π The shiny star of our web app galaxy! | "st.write('Hello, world!')" - Greets the universe like a cosmic chatbot!
|
3 |
-
reportlab
|
4 |
-
weasyprint
|
5 |
-
pdfkit
|
6 |
-
PyPDF2
|
7 |
-
|
8 |
-
# PDF Libraries (Reduced to working ones)
|
9 |
-
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!
|
10 |
-
fpdf2 # π Generates PDFs from scratch | "fpdf.FPDF().add_page().output('new.pdf')" - Whips up a PDF quicker than a chef flipping pancakes!
|
11 |
-
pymupdf # π High-performance PDF reading/writing | "fitz.open('doc.pdf')[0].get_text()" - Speed-reads PDFs faster than a bookworm on espresso!
|
12 |
-
|
13 |
-
# Image Capture Libraries
|
14 |
-
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!
|
15 |
-
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!
|
16 |
-
imutils # πΈ Simplifies image capture with threading | "imutils.video.VideoStream(src=0).start().read()" - Grabs frames smoother than a cat burglar in sneakers!
|
17 |
-
pyscreeze # πΈ Captures screenshots | "pyscreeze.screenshot().save('screen.jpg')" - Snags your screen like a sneaky spy with a camera!
|
18 |
-
pyautogui # πΈ Captures screenshots and automates | "pyautogui.screenshot().save('screen.jpg')" - Snaps your desktop faster than a robot paparazzo!
|
19 |
-
mss # πΈ Fast screenshot capture | "mss.mss().shot(output='screen.png')" - Captures screens quicker than a ninja snapping selfies!
|
20 |
-
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!
|
21 |
-
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!
|
22 |
-
scikit-image # πΈ Advanced image processing | "skimage.io.imsave('out.jpg', frame)" - Processes pics like a scientist dissecting a pixel frog!
|
23 |
-
grab # πΈ Captures screenshots with a simple API | "grab.Grab().screen().save('screen.jpg')" - Snaps screens like a ghost haunting your desktop!
|
24 |
-
|
25 |
-
# Video Capture Libraries
|
26 |
-
opencv-python # π₯ Captures video from cameras | "cv2.VideoCapture(0).read()[1]" - Grabs video frames like a director snatching scenes from a blockbuster!
|
27 |
-
vidgear # π₯ High-performance video capture with FFmpeg | "vidgear.gears.CamGear(source=0).start().read()" - Streams video smoother than a greased-up eel!
|
28 |
-
imutils # π₯ Threaded video capture | "imutils.video.VideoStream(src=0).start().read()" - Streams video like a thief sneaking frames in the night!
|
29 |
-
imageio # π₯ Reads video from cameras | "imageio.get_reader('<video0>').get_next_data()" - Snags video frames like a fisherman reeling in pixel fish!
|
30 |
-
grab # π₯ Captures screen video (via screenshots) | "grab.Grab().screen().save('frame.jpg')" - Records screens like a ghost filming a desktop haunting!
|
31 |
-
pyscreeze # π₯ Captures screen video (via screenshots) | "pyscreeze.screenshot().save('screen.jpg')" - Snaps screen video like a spy with a frame-by-frame camera!
|
|
|
1 |
# Streamlit Base
|
2 |
streamlit # π The shiny star of our web app galaxy! | "st.write('Hello, world!')" - Greets the universe like a cosmic chatbot!
|
3 |
+
reportlab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|