Skip to content

Instantly share code, notes, and snippets.

View scriptedp0ison's full-sized avatar

scriptedp0ison

View GitHub Profile
@scriptedp0ison
scriptedp0ison / Gets days until users birthday
Created February 12, 2017 13:01
Two programs that I created for fun, I dont know, Can someone with more skills help me out? Maybe comment on the code?
import sys
import _datetime
import time
print('''
This is a simple script to pull in the number of days that
the user will have until their birthday, this script requires
three arguments to run, first the current year, the month of
the users birthday, third, the users birth day
''')