# Python Projects What all it has: - All class XII Python practicals in the [school](https://github.com/FTS18/Python-Projects/tree/master/school) directory - [Currency Converter](https://github.com/FTS18/Python-Projects/blob/master/personal/CurrencyConverter.py) - [Youtube Video Downloader(mp3/mp4)](https://github.com/FTS18/Python-Projects/blob/master/personal/ytbdnl.py) - [Calculator](https://github.com/FTS18/Python-Projects/blob/master/personal/Calculator.py) - [Area and Volume Calculator](https://github.com/FTS18/Python-Projects/blob/master/personal/AreaAndVolume.py) ## Run Locally Clone the project ```bash git clone https://github.com/FTS18/Python-Projects/ ``` Install Libraries ```bash pip install -r requirements.txt ``` Go to the personal/school directory ```bash cd personal ``` To run this project type the following command ```bash python f"{filename}.py ``` ## License [MIT](https://choosealicense.com/licenses/mit/) ## Feedback If you have any feedback, please reach out to us at spacify1807@gmail.com
Made with 💖 by [@ananaydubey](https://www.github.com/fts18)