Skip to content

Latest commit

 

History

History
185 lines (103 loc) · 3.78 KB

README.md

File metadata and controls

185 lines (103 loc) · 3.78 KB

[Intro]

Open source Project Under;

AGPL License

Want to Know facts you never knew about your life.

Preview

[ How it Works ]

Age_Doctor is a shell executable software which is programmed to accept user logs and transform inputs using mathematical algorithms into list of facts you never knew.

Preview

[ Features ]

🤔Explore Precise

  • Days Lived
  • Hours Lived
  • Minutes Lived
  • Seconds Lived
  • Age Acquired
  • Time left to exist🙄

[ Installation ]

- On Windows Machine

you can directly download only the executable program from below

Download for Windows

Then Drag it to Desktop

OR

  • Want to Clone the Entire Windows Version and Modify the files consider...

Have git Install on your System Download git official page

I recommend reading this third party article in other to do the setup by phoenixnap/kb

Ater that then Clone the Entire Windows Version Only by using...

git init Windows_Version_Repo
cd Windows_Version_Repo
git remote add origin https://github.com/Mickekofi/Age_Doctor.git
git config core.sparseCheckout true
echo "Windows_Version/*" >> .git/info/sparse-checkout

git pull origin master

Navigate To


cd Windows_Version
./Age_Doctor.exe

To Clone The Whole Entire Project use ...

git clone https://github.com/Mickekofi/Age_Doctor.git

cd Age_Doctor

- On Linux Machine

For Cloning Linux_Version only

git init Linux_Version_Repo
cd Linux_Version_Repo
git remote add origin https://github.com/Mickekofi/Age_Doctor.git
git config core.sparseCheckout true
echo "Linux_Version/*" >> .git/info/sparse-checkout
git pull origin master

Now Navigate to

cd Linux_Version

cd build

cd apps

./Age_Doctor

To Clone the Whole Repo

git clone https://github.com/Mickekofi/Age_Doctor.git

[ DOC ]

see also

  • Looking for how to run and Compile the cpp files for Linux using a Structered Automation file try and read me article below ...

Article 1

  • Searching for how to build and run and ship Windows Executable cpp programs Using Linux, try and see me article below...

Article 2

[ Support ]

I will definitely appreciate and mention you if you would want to Contribute either by fork , pull request and suggestings through issues .

or

! Hit me in one of the Links and Lets Build Projects Together !

🔗 Links

portfolio

linkedin

WhatsApp

Acknowledgements

  • Automating program Compilation using a well structured Makefile was based on one of the works of Arash Partow

Greet him at..

Related

Wait for the Next Project...

!Happy Exploring!