This repository contains simple and practical examples in Python.
- percent_calculator.py โ Calculate compound interest
- fetch_crypto_price.py โ Get real-time BTC price from CoinGecko API
- random_password_generator.py โ Generate strong random passwords
- Clone this repository:
git clone https://github.com/YourUsername/python-examples.git
- Run any file:
python filename.py
This repository was created as part of my GitHub growth and Python learning journey.