A collection of simple Python scripts developed to practice programming fundamentals.
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.
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.
- Ensure Python is installed on your machine.
- Open the project folder in VS Code.
- Open the terminal and run the desired file using:
python task_manager.py