Skip to content

randomidiot2887/basic-mark-aggregator-program-python-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Marks aggregator

Made to be used to calculate marks of subjects and find the average mark of all the subjects

Basic program made in python using tkinter and ttk libraries

Made as a basic coding project for fun during break times of mine

Issues

  • Code base is very unclean with many typos and shit
  • More sutable variable names should be found and used
  • code should be more structured

compiled binaries

  • Windows
    • Download it from the github releases page here
  • Linux
    • Download it from the girhub releases page here

Only AMD64 devices are supported. tho it could be compiled for any other architecure that supports tkinter and python

you should be able to compile it using pyinstaller tho to make an executable binary

No, i didnt make it os specific i think

dependencies (if not compiled)

  • Windows
    • Python 3.13 or 3.12 (whatever, it should work with any 3x version, i havnt tested)

    Note: Tkinter comes preinstalled with windows versions of python

  • Linux
    • Fedora
      • Install tkinter using sudo dnf install python3-tkinter
    • Arch
      • install tknter using sudo pacman -S tk
    • ubuntu
      • install tkinter using sudo apt update && sudo apt install python3-tk
  • MacOS
    • i dont know, i dont own a mac