This Repository contains Open-Source Free Tools
created by me.
You can contribute to this repository by improving any functionality or by adding any new feature.
-
Setting Up Local Workspace
- Install Git.
- Once you are done setting up git, you will need to fork this repo & work on your forked repo. You can follow the official docs to learn how to fork a repo.
- Clone and change directory into the repository
git clone https://github.com/<your_github_handle>/Software-Applications.git cd Software-Applications
-
Write Some Code and Test it out on your local Machine. If everything works fine, move to next step.
-
Commit your changes.
git add . git commit -m "{Project Name} - {Feature Name}"
-
Push your changes.
git push --set-upstream origin main
-
Create a pull request on Github through https://github.com/Akshay-jain22/Software-Applications/pulls
Note : The Link to download the Tool is available on the Post.
- Merge Pdfs : A tool to merge pdfs by just one click.