This project is a video-to-QR-code converter that allows users to encode video files into QR codes. The generated QR codes can be shared on platforms like YouTube or any other medium, and users can then decode the QR codes to retrieve the original video.
- File Encoding: Convert files of diverse formats into QR codes.
- Extension Preservation: Remember the original file extension to ensure seamless decoding.
- Sharing: Facilitate easy sharing of files by distributing QR codes.
- Compatibility: Support for a broad range of file formats.
- Decoding: Clear instructions for users on how to decode QR codes and retrieve the original file.
Download or clone the repository
git clone https://github.com/AkhilAndroid/https://github.com/AkhilAndroid/unlimited-youtube-storage.git
cd unlimited-youtube-storage
Create a Python Virtual Environment:
-
Using virtualenv:
Note: Check how to install virtualenv on your system here link.
virtualenv env
OR
-
Create a Python Virtual Environment:
python -m venv env
Activate the Virtual Environment.
-
On Windows.
env\Scripts\activate
-
On macOS and Linux.
source env/bin/activate
Now install the dependencies
pip install -r requirements.txt
Run the Application:
python main.py
- Extension Preservation: Remember the original file extension to ensure seamless decoding.
- Batch Processing: Enable users to encode multiple files into QR codes simultaneously.
- Encryption: Implement optional encryption for sensitive files to enhance security during sharing.
- Web Interface: Create a user-friendly web interface for easy file encoding and decoding.
- Customization Options: Add options for users to customize QR code colors, error correction levels, etc.
- GPU Acceleration: Implement support for GPU acceleration to enhance encoding and decoding performance.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.