This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import os | |
import shutil | |
from datetime import datetime | |
from functools import wraps | |
from time import time | |
from typing import Optional | |
import jinja2 | |
import requests | |
import tinify |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import os | |
import shutil | |
from datetime import datetime | |
from functools import wraps | |
from time import time | |
from typing import Optional | |
import jinja2 | |
import requests | |
import tinify |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
lil github cheat | |
you feel peer pressure to maintaing active github constribution graph? | |
you feel like this feature sucks? | |
your real contributions are done at work to private repositories and you still want to flex? | |
use lil github cheat to flex that green contribution matrix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
description = """ | |
👽 EMOJIPHER 👽 | |
Your favorite encryption tool! | |
Are you bored of cryptographically safe means of encryption like AES256? | |
You hate asymmetric encryption? | |
You are a modern human that loves big hard drives and emojis? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os | |
from argparse import ArgumentParser, RawDescriptionHelpFormatter | |
from typing import List | |
from sys import exit | |
description = """ | |
webm2mp4 |