Skip to content

JackWorld99/Python-Tools

Repository files navigation

Logo

🎉 Python Tools 🎊

1. Video to Gif 🎥 🎞️

Transform video into GIFs with a fast, easy converter tool. Convert to GIFs in just a few taps.

    pip install moviepy

2. Video to Audio 🎥 🎵 🎶

Transform video into Audio a with fast, easy converter tool. Convert to MP3 in just a few taps.

    pip install moviepy

3. Generate QR code 🪄

This is a tool used to generate different types of QR codes. Depending on your purpose, you can use the generator to create QR Codes to open a website, view a PDF file, listen to music, watch Youtube videos, store image files, connect to a WiFi network, and much more..

    pip install pyqrcode

4. Read Qr code ✨

    pip install pypng
    pip install pillow
    pip install pyzbar

5. Image Compressor 🖼️

This Image compressor can reduce the file size of images in different ways. Depends on the format you choose (JPEG, PNG, SVG, and GIF).

    pip install pillow

6. Read PDF File Text 📖 📝

This is a tool that can convert PDF documents to audio. This means that you can create your own audiobooks through this tool. An audiobook or a talking book is a recording of a book or other work being read out loud.

    pip install pyttsx3
    pip install PyPDF2

7. Screenshot Tool 📸

Take a snapshot to copy words or images from all or part of your PC screen. Use Screenshot Tool to make changes or notes, then save, and share.

    pip install PyAutoGUI
    pip install pillow