Lite and basic GUI age calculator programmed in Python3 via Tkinter module.
• Tested on Linux Mint 21 (Debian)
• Can be launched from applications menu
• In order to launch from Terminal use age_calc_gui.py
command
• Python3
• Tkinter
• datetime
• git clone https://github.com/Musaddiq-Sultan/Age-Calculator-GUI
(Clone into Age-Calculator-GUI)
• cd Age-Calculator-GUI/
(Change directory to Age-Calculator-GUI)
• bash setup
(Run the setup)
git clone https://github.com/Musaddiq-Sultan/Age-Calculator-GUI && cd Age-Calculator-GUI/ && bash setup