Welcome to the Days Countdown Project repository! This Python project allows users to input a goal along with its deadline, and it calculates the number of days left until the deadline. It's a simple yet effective tool to help users keep track of their goals.
The Days Countdown Project is a Python script that takes user input for a goal and its deadline. It then calculates the number of days remaining until the user needs to complete their goal. The script utilizes the datetime module to handle date calculations.
Before you begin, ensure you have the following prerequisites:
- Python installed on your machine
- datetime module is installed
pip install datetime
To use the Days Countdown Project script, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/Unnatimishra-14/DaysCountdownProject.git cd DaysCountdownProject -
Run the
main.pyscript:python main.py -
Enter your goal and its deadline in the format
goal:deadline(e.g., "Finish project:31.12.2023"). -
The script will calculate and display the number of days left to complete your goal.
-
The script will display a "Thank You!" message.