Skip to content

prathameshks/College-Code-sem7

Repository files navigation

College-Code-Sem7 🎓

Description 📝

This repository contains code for the practical labs in MES Wadia College Of Engineering, Pune. The code follows the syllabus of the SPPU Pune University for semester 7 of Computer Engineering. Explore and learn from the code examples and exercises!

Usage 🚀

To use the code in this repository, navigate to the appropriate directory for the lab there you will find the respective codes.

For Python Used Virtual Environment

For Instalation

pip install virtualenv
virtualenv venv
source venv/bin/activate

For Use

For Linux/Unix

source venv/bin/activate

For Windows (powershell)

venv/Scripts/activate

To run the code install all the requirements

pip install -r requirements.txt

Contributing 🤝

Contributions to this repository are welcome. If you have any suggestions or improvements, feel free to open an issue or submit a pull request.

License 📄

This project is licensed under the MIT License. See the LICENSE file for more information.

Releases

No releases published

Packages

No packages published