Skip to content

Pratik3c/AttenDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AttenDex

This repository contains a simple C program for managing student attendance. The program allows you to perform various operations including adding students, displaying attendance, generating warning letters, and more.

Features

  • User-friendly Interface: The program provides an intuitive menu-based interface for easy navigation.
  • Admin and Student Login: Supports both admin and student login for secure access to the system.
  • Add Students: Admins can add students by providing their name, PRN, total lectures, and days attended.
  • Display Attendance: View a list of students along with their PRN and attendance percentage.
  • Generate Warning Letters: Automatically generate warning letters for students with attendance below 75%.
  • Edit Attendance: Admins can edit a student's attendance record.
  • Display Statistics: View total students, total attendance, and average attendance.

Getting Started

  1. Clone the Repository: git clone https://github.com/Pratik3c/AttenDex
  2. Compile and Run: gcc main.c -o attendance_system ; ./attendance_system

Usage

  • Select '1' to log in as an admin or '2' to log in as a student.
  • Admin username and password are both 'admin'.
  • Follow the on-screen instructions to perform various operations.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages