sarthak1905
Undergraduate student at NIT, Jalandhar, India. Core team member of DSC NITJ, powered by Google. Python | C++ | WebD
National Institute of Technology, Jalandhar, IndiaJalandhar, India
Pinned Repositories
Amazing-Python-Scripts
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
amazon-price-alert
A web-scraper built on BeautifulSoup that alerts you when the price of an amazon prduct falls within your budget!
BlogCity
BlogCity is a web-app made by using the django framework of python along with bootstrap 4 for the frontend! A few changes need to be made on the front-end and are currently under way.
email-client-python
I've made a simple email sending client for python.
fastapi-crud-neo4j
API endpoints made with FastAPI on python, using neomodel to connect with the graph databse of Neo4j
GeekForce-30-days-of-code
30 Days of Code Challenge by the GeekForce team!
instabot-selenium
Here is a bot for instagram that can check the people that don't follow you back! Working as on 20th September, 2020. Subject to changes on the Instagram front-end.
snake-game-python
This is a classic snake game made by using pygame module of python, implemented using python data structures.
star-wars-python
Star wars is the classic spaceship destroyer game made with python, using Object Oriented Programming.
sudoku-game-python
This project uses the backtrack algorithm to simulate a sudoku game(generator and solver), based on difficulty level selected by the user. Made on python.
sarthak1905's Repositories
sarthak1905/fastapi-crud-neo4j
API endpoints made with FastAPI on python, using neomodel to connect with the graph databse of Neo4j
sarthak1905/GeekForce-30-days-of-code
30 Days of Code Challenge by the GeekForce team!
sarthak1905/amazon-price-alert
A web-scraper built on BeautifulSoup that alerts you when the price of an amazon prduct falls within your budget!
sarthak1905/email-client-python
I've made a simple email sending client for python.
sarthak1905/instabot-selenium
Here is a bot for instagram that can check the people that don't follow you back! Working as on 20th September, 2020. Subject to changes on the Instagram front-end.
sarthak1905/sudoku-game-python
This project uses the backtrack algorithm to simulate a sudoku game(generator and solver), based on difficulty level selected by the user. Made on python.
sarthak1905/Amazing-Python-Scripts
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
sarthak1905/awesomeScripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea to the new script
sarthak1905/BlogCity
BlogCity is a web-app made by using the django framework of python along with bootstrap 4 for the frontend! A few changes need to be made on the front-end and are currently under way.
sarthak1905/snake-game-python
This is a classic snake game made by using pygame module of python, implemented using python data structures.
sarthak1905/star-wars-python
Star wars is the classic spaceship destroyer game made with python, using Object Oriented Programming.
sarthak1905/cutify-discord-bot
Cutify is a simple Discord bot that sends you dog or cat pics upon request!
sarthak1905/DSA
Implementations of data structures and algorithms in C++, self-authored
sarthak1905/Hacktoberfest_2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
sarthak1905/IoT
A repository dedicated to IoT(internet of things ) and python scripts
sarthak1905/leetcode-solutions
sarthak1905/numerical-analysis
A repo for different numerical methods, computed step-by-step
sarthak1905/Project-PoS
sarthak1905/Python_Scripts
It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
sarthak1905/RC4-encryption-cpp
A file I/O rc4 encryption simulation program made using object oriented programing
sarthak1905/sarthak1905