Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 574 Bytes

Python age calculator(Basic)

An age calculator on python by Jaydev Prajapati

This is a python beginner project.

project demo

Installation

Install python if you haven't already.

  1. Download python for your system https://www.python.org/
  2. Install it

Run project

  1. Clone repository
  2. Open the terminal
  3. Navigate to the project
  4. Run the following command to start the project
     python main.py
  5. Done! you are ready to use python age calculator!