Closed ashwinpra closed 1 year ago
Now for the biggest task - updating the docs (=____=)
Now for the biggest task - updating the docs (=____=)
Ig lets do it in separate PR after this, it already has a an issue #93 You can implement those points in multiple PRs if need (talking about video, can do that later)
With reference to #91
generate_ics.py
separately, thegenerate_ICS()
function is executed directly ingyft.py
based on user input--input
(name of input.txt
file) and--output
(name of output.ics
file) arguments taken bygenerate_ics.py
is now taken bygyft.py
directlyHere is the current workflow:
.txt
file exists. If yes, ask user whether they want to overwrite it.txt
file.ics
file. If yes, generate it usinggenerate_ICS()
If these changes are fine, I will update the
README
correspondingly, and also work on adding the functionalities ofadd_events.py
anddelete_events.py
as well.