📚 PYQFort - The Unified Open Source PYQs Repository
Welcome to PYQFort, you are currently at PYQFort's open-source GitHub repository which is under the Praxian Projects theme! 🚀
This repository aims to create a centralized collection of Previous Year Question Papers (PYQs) for all B.Tech. courses of:
| 🧊 North India | 🏙️ Delhi NCR | 🌍 Central India | 🔥 South India | 🌊 East India | 🏜️ West India | 🏞️ North-East India |
|---|---|---|---|---|---|---|
| NIT-Kurukshetra (Haryana) | IGDTUW, Delhi | ABV-IIITM, Gwalior (Madhya Pradesh) | VIT Chennai (Tamil Nadu) | Heritage Institute of Technology, Kolkata (WB) | Walchand College of Engineering, Sangli (Maharashtra) | IIIT-Manipur (Manipur) |
| IIIT-Kota (Rajasthan) | J.C. Bose UST, YMCA, Faridabad | MANIT-Bhopal (Madhya Pradesh) | Chennai Institute of Technology, Kanchipuram (Tamil Nadu) | KIIT, Bhubaneswar (Odisha) | ||
| IIIT-Sonepat (Haryana) | NSUT, Delhi | VIT Bhopal University (Madhya Pradesh) | Velammal College of Engineering & Tech., Tamil Nadu | NIT Sikkim (Sikkim) | ||
| RTU, Kota (Rajasthan) | Delhi University | Anna University, Chennai (Tamil Nadu) | IIIT-Ranchi (Jharkhand) | |||
| PSIT, Kanpur (Uttar Pradesh) | VRSEC, Andhra Pradesh | ITER, SOA University, Bhubaneswar (Odisha) |
Your contributions will make this open-source repository more robust and helpful for B.Tech students.
- Open this repository in your mobile browser.
- Navigate to the specific subject folder containing the PYQs under
Data_Dumpdirectory or check the PYQs at pyqfort.com - Click on the file you wish to download.
- Click on the Download button (or press and hold the file, then select "Download").
- The file will be saved to your device for offline access.
To contribute, first fork the repository and then clone your fork:
git clone <your-forked-repo-URL>- Navigate to the cloned directory and follow the commands:
cd PYQFort git remote add upstream https://github.com/Saumy1905/PYQFort.git git remote -v - Create a new branch for your contribution:
git checkout -b college-name
- Add new PYQs in the
Data_Dumpdirectory as per your college directory - Stage the changes:
git add . - Commit your changes with a meaningful message:
git commit -m "Added PYQs for [Branch] [Sem] [Subject] [Code]" - Push the changes to your fork:
git push origin college-name
- Go to your forked repository on GitHub.
- Click on "Compare & pull request".
- Add a brief description of your changes.
- Click "Create pull request".
If you are contributing to this project, then make sure
- Not to make any changes in the previously added college directories
- Not to add new college directory inside some other college
- Add your college directory separately in the Data_Dump directory in which other college are added
- Not to add any content on the main page of the repository (all PYQs to be added in the Data_Dump directory)
- Not to add irrelevant content inside the college repository
🚀 Your contribution will be reviewed and merged into the main repository!