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 | |
# 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. |
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 | |
# 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 |