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
- 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
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
- 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
- Install tkinter using
- Arch
- install tknter using
sudo pacman -S tk
- install tknter using
- ubuntu
- install tkinter using
sudo apt update && sudo apt install python3-tk
- install tkinter using
- Fedora
- MacOS
- i dont know, i dont own a mac