Skip to content

ItzToji/PersonalTimeLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Personal Time Logger

A simple Python console application to track daily time spent on various activities. This project is a basic introduction to Python fundamentals, focusing on user input, data types, variables, and f-string formatting for output.

Features

  • User-Friendly Input: Prompts the user to enter their name and the hours spent on different activities.
  • Activity Tracking: Records time spent on Studying, Exercising, Gaming, and Leisure.
  • Daily Summary: Provides a clear breakdown of time spent on each activity.
  • Total Time Calculation: Calculates and displays the total time tracked for the day.
  • Basic Python Concepts: Demonstrates the use of input(), float(), variables, and print() statements with f-strings.

Technologies Used

  • Python 3

How to Run

  1. Clone the repository:

    git clone [https://github.com/YOUR_USERNAME/daily-time-tracker.git](https://github.com/YOUR_USERNAME/daily-time-tracker.git)
    cd daily-time-tracker

    (Replace YOUR_USERNAME with your GitHub username and daily-time-tracker with your repository name if different.)

  2. Run the script:

    python daily_time_tracker.py

    (Assuming your Python file is named daily_time_tracker.py)

Example Usage

About

A basic Python console application for daily time tracking, focusing on fundamental programming concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages