This repository contains 4 beginner-level Python projects.
Each project has its own folder with source code and a README explaining how it works.
- Calculator with History – Perform calculations and view history of past results.
- Die Rolling Game – Roll a dice randomly using Python’s
randommodule. - Digital Clock – Displays the current time in real-time using
tkinter. - Rent Calculator – Calculates rent per person.
- Clone the repository:
git clone https://github.com/YourUsername/beginner-projects.git
cd beginner-projects