Skip to content

explicit-logic/python-module-13.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module 13 - Programming with Python

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

Prerequisites

  1. Install Python 3.9+

    Download from python.org/downloads, then verify the installation:

    python3 --version
  2. Install an IDE

    PyCharm or VS Code work well for this project.


Run the app

From the project root:

python3 time-till-deadline.py

When 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

Example output

About

Write Countdown Application

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages