Home » Open Source

Open Source Contributions:

Factorio Mod Downloader

Python, Tkinter, Selenium

  • A mod downloader which downloads factorio mods and all its dependencies.
  • A modern dark-theme user interface.
  • Proper progress bars and logs to showcase which mod is getting downloaded.

Minimalistic Jekyll Theme

Ruby, Jekyll and Github Pages

  • A Jekyll theme built using gh-pages Minimal theme.
  • Added auto/light/dark mode and responsiveness along with link suport in the sidebar.
  • Implemented Github workflow to test, build, publish the package on ruby-gems and github packages and finally deploy the page on gh-pages.
  • Anyone can use this theme to build their own gh-pages following the steps in the readme file.

Cookiecutter Pypackage

Python, Jinja and Cookiecutter

  • A Cookiecutter template for python package.
  • Testing setup with unittest and python setup.py test or pytest.
  • Docs using github pages and Minimalistic theme.
  • Command line interface using Click (optional).

DSA Problems

Python

  • Various Leetcode and general problems along with their approach.
  • Categorized them along with their types.
  • Also mentioned the time complexity and space complexity.