Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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
  • the output list is init with str when float is being inserted into it
  • More sutable variable names should be found and used
  • code should be more structured

compiled binaries

Not avalable yet, this isnt a final product

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

  • 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

About

Mark aggregator program made in python using tkinter libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages