Skip to content

Instantly share code, notes, and snippets.

@crash-horror
crash-horror / png2ico.py
Last active May 22, 2018 09:16
A simple script to mass (or not so mass) convert PNG to ICO files.
#!/usr/bin/env python3
# png2ico.py
# github.com/crash-horror
"""
A simple script to mass convert PNG to ICO files.
It is not a command line script, it will open simple
UI dialogs using tkinter. It will ask for multiple input files,
if you select at least one, it will ask you for a
destination folder to save the target ICO files.
@crash-horror
crash-horror / gist-reddit-feeder.py
Last active May 1, 2018 19:15
A simple script to get a subreddit's comments in realtime
#!/usr/bin/env python3
# gist-reddit-feeder.py
# github.com/crash-horror
"""
A simple script to get a subreddit's comments in realtime.
You will need these modules:
* praw