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
- More sutable variable names should be found and used
- code should be more structured
- 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
- 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