This repository contains a collection of Python scripts for practice and learning. Each script demonstrates different programming concepts and functionalities.
- student_grade.py: Manage and calculate student grades.
- task_manegement.py: Simple task management system.
- copy.py: Utility for copying files.
- file_merger.py: Merge contents of multiple files.
- file.txt: Sample text file for testing.
- practice1.py: Miscellaneous practice code.
- studentfile.py: Handle student information files.
- todolist.py: Basic to-do list application.
- Clone the repository:
git clone https://github.com/Anusha-Thomas/Python-Projects.git
- Navigate to the project folder:
cd Python-Projects
- Run any script using Python:
python student_grade.py
Feel free to explore and modify the scripts for your learning!