Skip to content

Alaayaser-AI/First_Python_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

My Python Utility Tools

A collection of simple Python scripts developed to practice programming fundamentals.

Projects

1. Task Manager (task_manager.py)

A simple application to manage daily tasks:

  • Prompts the user to enter tasks one by one.
  • Stores tasks in a list.
  • Displays all entered tasks in a structured format.

2. Expense Tracker (expense_tracker.py)

A program to track personal expenses:

  • Prompts the user to enter expense amounts.
  • Automatically calculates the total expenses.
  • Provides the option to continue adding expenses or exit to see the final total.

How to Run

  1. Ensure Python is installed on your machine.
  2. Open the project folder in VS Code.
  3. Open the terminal and run the desired file using:
    python task_manager.py

About

My first simple Python utility projects for learning basic.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages