AdarshGDaniel / year-printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

year-printer

Intro

This is just a simple python program with the tkinter library to have a gui interface to calculate the dates of the given year range. It can be useful to create a quick brute force list

Note that this code prints the date in this following pattern : date-month-year

Follow the instructions below to get the successful output

usage:

Install the Tkinter library:

for linux:
    sudo apt-get install python3-tk
for windows:
    Follow the Docs-Tkinter install for Python (for Windows):

just run the year_generator.py after the installation

Enter your starting year

Enter the ending year

Enter the location on the drive you want to save (eg: C:\user\Desktop or /root/Desktop)

Enter the seperator you want use for seperating the date-month-year

Click on generate and it will create a txt file (date-list) in the location you have given.

Hope you like it!

About


Languages

Language:Python 100.0%