Skip to content

Instantly share code, notes, and snippets.

View vereperrot's full-sized avatar
😀
Out sick

vere perrot vereperrot

😀
Out sick
View GitHub Profile
@preytaren
preytaren / cleanup.py
Last active July 25, 2017 16:30
Helps you cleanup files in a specified folder, especially downloads. Re-group files in folders named by date it's created.
# -*- encoding= utf-8
“”“
“””
import os
import sys
import re
import shutil
import time
from collections import defaultdict
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 2, 2024 14:24
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style