Skip to content

Instantly share code, notes, and snippets.

View DiyRex's full-sized avatar
😉
const Smile = require('Happy');

DiyRex

😉
const Smile = require('Happy');
  • D-Soft Labs
  • No Where :0
  • X @No_Twitter
View GitHub Profile
@jmlrt
jmlrt / gdrive_upload_folder.py
Last active October 18, 2023 22:14
Python script to upload folder to Google Drive
# -*- coding: utf-8 -*-
"""
Upload folder to Google Drive
"""
# Enable Python3 compatibility
from __future__ import (unicode_literals, absolute_import, print_function,
division)