Skip to content

v1.0-Java

Choose a tag to compare

@toxicbishop toxicbishop released this 01 Mar 18:33
· 4 commits to Python since this release

πŸŽ“ Student GUI - Java v1.0

A Java Swing desktop application to manage student marks with a MySQL database backend.

✨ Features

  • Add, update, and delete student records
  • Enter marks for 6 subjects: Science, Social, Maths, English, Hindi, Kannada
  • View all records in a sortable table
  • Charts and export support

πŸ“₯ Installation

  1. Download StudentGUI-1.0.exe below
  2. Run the installer and follow the setup wizard
  3. Create a .env file in the install directory with your DB credentials:

DB_HOST=your-db-host DB_USER=your_user DB_PASS=your_password DB_NAME=your_db DB_PORT=3306

  1. Launch StudentGUI from the Start Menu

βš™οΈ Requirements

  • Windows 10/11
  • MySQL database (local or cloud e.g. Aiven)

πŸ“¦ Assets

File Description
StudentGUI-1.0.exe Windows installer