Giter VIP home page Giter VIP logo

sayad-uddin-tahsin / rotary-school-student-manager Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.39 MB

Rotary School Student Manager is a Software made for Rotary School Khulna for organizing the Student Information in a Digital Way!

License: MIT License

Python 100.00%
customtkinter management-system modern-ui python python-software software tahsin-project rotary-school rotary-school-khulna rotary-school-student-manager

rotary-school-student-manager's Introduction

Logo Rotary School Student Manager

Rotary School Student Manager is a Software made for Rotary School Khulna for organizing the Student Information in a Digital Way! With this software, Student Information can be easily managed for different classes and sections.

How it works?

Only need for this software is seemless internet connection. This software uses a Cloud Database to store student information. It has a security PIN system to keep the data secured from unauthorized access of the Software. Here's a diagram represents the Software:

graph TD;
    S["Splash Screen"]
    PW["PIN Authorization"]
    PM["PIN Matching"]
    subgraph MWG["Main Window"]
      NCB["New Class Button"]
      CL["Class List"]
      SB["Settings Button"]
    end
    subgraph NCW["New Class Window"]
      SVB["Save Button"]
    end
    subgraph DB["Database"]
      DBIFS["Information Stored Here"]
    end
    subgraph CW["Class Window"]
      SECL["Section List"]
      RMVCB["Remove Class Button"]
    end
    subgraph STLW["Student List Window"]
      SSTL["Section Students List"]
      ASTB["Add Student Button"]
      RMVSB["Remove Section Button"]
    end
    subgraph SIEW["Student Information Entry Window"]
      SIEWIF["Student Information Entry Fields"]
      SIEWSB["Save Student Button"]
    end
    subgraph STIW["Student Information Window"]
      STIF["Showing Student Information on different fields"]
      STUIB["Update Student Information Button"]
      RMVSTB["Remove Student Button"]
    end
    subgraph SW["Settings Window"]
        CTAMS["Appearence & Color Theme Settings"]
        PS["PIN Settings"]
        PV["PIN Validation"]
    end
    subgraph AW["About Window"]
        DI["Developer Informtion"]
        OI["Other Informtion"]
    end

    S --> PW;
    PW --> PM;
    PM -- Incorrect --> PW;
    PM -- Correct --> MWG;
    NCB -- Creating New Class --> NCW;
    SVB -- Adding New Class --> DB;
    SVB -- Updating Class List --> MWG;
    CL -- Showing Selected Class --> CW;
    RMVCB -- Update --> DB;
    RMVCB -- Redirection with Update --> MWG;
    SECL -- Showing Selected Section --> STLW;
    RMVSB -- Update --> DB;
    RMVSB -- Redirection with Update --> CW;
    ASTB -- Redirecting --> SIEW;
    SIEWSB -- Redirection with Update --> STLW;
    SIEWSB -- Update --> DB;
    SSTL -- Showing Selected Student Information --> STIW;
    STUIB -- Redirecting to Update Information --> SIEW;
    RMVSTB -- Redirection with Update --> STLW;
    RMVSTB -- Update --> DB;
    SB --> SW;
    PS -- PIN Validation --> PV;
    PV --> DB;
    PV -- Failed --> PS;
Loading

Installation

The installer for the Rotary School Student Manager Software will require a unique Serial Key to access. This approach is taken in the interest of user privacy and security to ensure that sensitive student data remains protected and in compliance with privacy regulations. As such, the installer will not be made publicly available.

We prioritize the security and privacy of student data and appreciate your understanding in this matter.

License

This project is licensed under the MIT License.

rotary-school-student-manager's People

Contributors

sayad-uddin-tahsin avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.