Skip to content

This repository is created for submitting the projects created under Buffer 5.0, a DSA project competition, organised by Team Loop in MKSSS's Cummins College of Engineering for Women, Pune

Notifications You must be signed in to change notification settings

loopccoew/Buffer-5.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Buffer-5.0

team 4- solution seekers: To create an user friendly website through which aids provided by the government can reach the people in need. The website will display a list government schemes that apply to you according to your credentials. This is set to form a bridge between the government and general public to make all the official information accessible.

Data Structures used: 1.Dictionary (schemes): This dictionary stores information about various schemes indexed by their names. Each scheme name is associated with a description. Example: schemes = {"1.Agnipath scheme": "For recruitment of soldiers below the rank..."} 2.Dictionary (u_p): This dictionary stores user IDs and their corresponding passwords. Used for user authentication and management. Example: u_p = {"maitreyi": "joshi"} 3.List (applied): This list stores the names of schemes that a user has applied for. Used to track which schemes a user has applied for during the program execution. Example: applied = ["Battery operated TriCycle", "Mahila samman savings certificate"] 4.The code uses while loops to create a menu-driven interface for both admin and user interactions. Depending on the user's choice, they can either view existing records, add data (such as adding new schemes), or perform other actions like logging in, signing up, or changing passwords.

google drive link for reports and video: https://drive.google.com/drive/folders/1OUzoNjozHTZaj0fwHf0r4GfGwwC_q2to?usp=sharing

About

This repository is created for submitting the projects created under Buffer 5.0, a DSA project competition, organised by Team Loop in MKSSS's Cummins College of Engineering for Women, Pune

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages