Skip to content

A python program which eases the tedious task of remembering when exactly an FD gets matured so as to renew it or withdraw it.

License

Notifications You must be signed in to change notification settings

ShreeshaM07/FD-Reminders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

FD-Reminders

A python program which eases the tedious task of remembering when exactly an FD gets matured so as to renew it or withdraw it from Bank. The program reads data from a csv file with all the data and calculates the time remaining for a FD to mature.It also shows the FDs with less than a week's time to mature. It then uses google calenedar API to add all these as events into the user's google calendar setting a reminder automatically.

Installation

  • pip install pandas
  • pip install csv
  • pip install requests
  • pip install datetime
  • pip install pip install google-api-python-client
  • pip install google-auth-oauthlib

Requirements

Create a google cloud console account and add it as your project and set up OAUTH client ID and add test users. Enable Google Calendar API. Download the json file and link it to cal_setup.py. Run the code and allow all the google sign in pop ups.

About

A python program which eases the tedious task of remembering when exactly an FD gets matured so as to renew it or withdraw it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages