Skip to content

Instantly share code, notes, and snippets.

View gojo22k's full-sized avatar
🚩
Working on ANIFLIX

Ankit gojo22k

🚩
Working on ANIFLIX
View GitHub Profile
@gojo22k
gojo22k / zippy.py
Created May 10, 2025 13:17
ja be le abhi pura copy paste mar
# 🗂️ Google Drive Archive Extractor & Uploader
# Enhanced with improved authentication, visibility, and Google Drive link support
# ✅ STEP 1: Install required dependencies
!pip install -q PyDrive2 tqdm requests ipywidgets colorama google-api-python-client oauth2client
!apt -qq install p7zip-full unrar > /dev/null
from IPython.display import clear_output
clear_output()
# ✅ STEP 2: Import all necessary libraries