This repository contains a demo project created as part of my DevOps studies in the TechWorld with Nana – DevOps Bootcamp.
Demo Project: Write Countdown Application
Technologies used: Python, PyCharm, Git
Project Description:
- Write an application that accepts a user input of a goal and a deadline (date). Print the remaining time until that deadline
-
Install Python 3.9+
Download from python.org/downloads, then verify the installation:
python3 --version
-
Install an IDE
From the project root:
python3 time-till-deadline.pyWhen prompted, enter your goal and deadline separated by a colon. The deadline must be in DD.MM.YYYY format.
Example:
enter your goal with a deadline separated by a colon
Finish DevOps Bootcamp: 01.06.2026
Dear user! Time remaining for your goal: Finish DevOps Bootcamp is 192 hours
