Musaddiq-Sultan / Age-Calculator-GUI

Lite and basic GUI age calculator programmed in Python3 via Tkinter module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Age Calculator (GUI)

Lite and basic GUI age calculator programmed in Python3 via Tkinter module.

Preview

Age Calculator Preview

Note

• Tested on Linux Mint 21 (Debian)
• Can be launched from applications menu
• In order to launch from Terminal use age_calc_gui.py command

Requirements

Python3
Tkinter
datetime

Installation

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)

Single Line Command

git clone https://github.com/Musaddiq-Sultan/Age-Calculator-GUI && cd Age-Calculator-GUI/ && bash setup