Giter VIP home page Giter VIP logo

tejas1510 / hacking-scripts Goto Github PK

View Code? Open in Web Editor NEW
228.0 5.0 284.0 761.17 MB

Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy.

Home Page: https://hacking-scripts.netlify.app/

Python 21.28% JavaScript 18.14% HTML 4.59% CSS 3.85% Java 27.09% C 0.57% Makefile 0.01% Kotlin 2.16% C++ 2.25% EJS 0.46% QMake 0.01% C# 0.15% Shell 0.01% Jupyter Notebook 19.21% SCSS 0.07% kvlang 0.15%
python javascript java nodejs scripts scrapper-script hacking-scripts swoc swoc2021 c-programming

hacking-scripts's Introduction

Hacking-Scripts

website title image

πŸ‘‰ A Collection of Awesome Problem Solving Scripts in Python.πŸ‘ˆ

πŸ“’ Join Official Slack channel for Discussion about the project : Hacking-Scripts

IntroductionπŸ“Œ

Hacking Scripts

This Project contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs and many more. The main aim of this repository is to provide utility scripts that could make everyday life easy. Get started with coding exhilarating scripts that can be useful to download PDFs from an Online Source or just to randomly accept bulk linkedin request.

Technologies Used

JS Python git Html Java CSS

Getting Started ⭐

Refer to the following articles on the basics of Git and Github and can also contact the Project Mentors, in case you are stuck:

πŸ’₯ Contribution

PRs Welcome Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Read the Code of Conduct
  • Fork this repository. Click on the symbol at the top right corner.
  • Clone the forked repository.
git clone https://github.com/<your-github-username>/Hacking-Scripts
  • Navigate to the project directory.
cd Hacking-Scripts

  • Create new branch for your feature.

  • Make all changes of source code in new branch.

  • Stage your changes and commit
#Add changes to Index
git add .

#Commit to the local repo
git commit -m "<your_commit_message>"
  • Push your local commits to the remote repo.
git push
  • Create a PR which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.
  • Congratulations! πŸŽ‰ Sit and relax, you've made your contribution to Hacking-Scripts project.
  • Take a look at Contribution guide for Detail : Contribution Guide

πŸ“’ Open Source Program

This Project is a part of the following Open Source Program

Script Winter of Code JGEC Winter of Code Lets Grow More Summer of Code

⭐ Issues:

For major changes, you are welcomed to open an issue and discuss what you would like to contribute. Enhancements will be appreciated.

Hall of Fame

✨ Thanks goes to these wonderful people (emoji key):


Tejas1510

πŸ’»

pritamp17

πŸ’»

ckmganesh

πŸ’»

abhijeet007rocks8

πŸ’»

Ayush7614

πŸ’»

adviksinghania

πŸ’»

saiharsha-22

πŸ’»

rutvikpadhiyar000

πŸ’»

Rahul555-droid

πŸ’»

iamvs-2002

πŸ’»

smriti1313

πŸ’»

nitya123-github

πŸ’»

N00Bmaster2810

πŸ’»

nporia

πŸ’»

KamalAres

πŸ’»

yashlad681

πŸ’»

pawankm21

πŸ’»

spursbyte

πŸ’»

BobinMathew

πŸ’»

aakashgoel2002

πŸ’»

devmalik7

πŸ’»

ayushi-get

πŸ’»

tripathyprateek

πŸ’»

Nishant2907

πŸ’»

Purvanshsingh

πŸ’»

chetanN02

πŸ’»

chitranshu11

πŸ’»

❀️ Project Admin


Tejas1510

πŸ’»

❀️ Mentors

A special thanks to these awesome people who are really working hard for the project and helping the participants


RaveenaBhasin


amanjha8100

πŸ’»

GowthamGoush

πŸ’»

mehabhalodiya

πŸ’»

built by developers built with love

Check out my Github profile Tejas1510!

hacking-scripts's People

Contributors

aakashgoel2002 avatar abhijeet007rocks8 avatar adviksinghania avatar akash-rajak avatar amankesarwani2202 avatar arshwalker avatar ayush7614 avatar ckmganesh avatar codeaholic-shub avatar debashish-hub avatar dhruv-varshney avatar divesh-giri avatar gowthamgoush avatar kumarjeetray avatar manisha-27 avatar mitali-1703 avatar neelshah2409 avatar paras0-7 avatar pradeepbaipadithaya avatar pritamp17 avatar rahulsrivastava1 avatar rajulmahto21 avatar raveenabhasin avatar saiharsha-22 avatar saup21 avatar sloth-panda avatar tejas1510 avatar tripathyprateek avatar umesh-01 avatar varshitha1707 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hacking-scripts's Issues

Script to generate geolocation of a given IP address

Is your feature request related to a problem? Please describe.
For an input IP address this script will generate the geographical location of the ipaddress.

Describe the solution you'd like
I am thinking of using an API or a python library for this,

Describe alternatives you've considered
This script would be a one shot answer to get an IPaddress otherwise one will have to google a website for Ip address finder.

I would want to work on this for SWOC in python

Amazon Price Tracker using python

I'm submitting a

  • bug report.
  • feature request.

Current Behaviour:

Expected Behaviour:

Steps to reproduce:

Snapshot:

Do you want to work on this issue?

Instagram photo downloader

I'm submitting a

  • feature request.

Proposed feature

A simple Python script to download photos of post and profile pictures taking the url as input.

Do you want to work on this issue?

Yes, as a part of SWoC 2021.

Insect Catch Game in Javascript

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
Insect Catch Game with Javascript

ScreenShot Taker

A python script using Tkinter and pyautogui which helps to take scrennshot

Notes App in Javascript

Aim.
This is Notes App that made of Javascript

Details
It made of HTML CSS JS We have write the notes in it and add it simply

Caesar Cipher Encryption/Decryption

I'm submitting a

  • feature request.

Aim

To encrypt or decrypt using Caesar cipher where the input text and the shift value will be taken as input from the user

Do you want to work on this issue?

Yes, I plan to work on this issue using Python.
I'm an SWoC'21 participant so kindly assign this issue to me.

Calculator GUI with all basic features

Is your feature request related to a problem? Please describe.

  • There is a file inside the python folder named, basic GUI calculator. But the first issue is that it does not has a .py extension.
  • Another thing is that the GUI is very simple and it does not look as a calculator.

Describe the solution you'd like

  • to make a calculator with GUI same as the basic calculator we can find anywhere.
  • It would have buttons along with a screen to show input and output

Theme clock in Javascript

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Aim
Build a theme clock with javascript

Add Issue Labeler [Github Action]

Is your feature request related to a problem?

With so many new issues kicking in everyday it will get harder for the project maintainer/ moderators to label each and every issue once the repository grows.

Describe the solution you'd like

You can come up with a github action to label all the issues with a general set of labels or either based on the keywords used in the issue description etc, so that moderators would have to only add utmost 2-3 specific labels everytime. You can come up with your own creativity to achieve this task, you may also check out some existing issue labelers and integrate one of them to this repository.

You can mention me (@atarax665) once you raise your PR.

Dice Rolling Simulator using Python-random

  • Aim
    Dice Rolling Simulator using Python-random

  • Details
    In this Script we will create a classic rolling dice simulator with the help of basic Python knowledge. Here we will be using the random module since we randomize the dice simulator for random outputs.

Complete Information Finder with the help of IP address

I'm submitting a

  • feature request.

Proposed Feature:

A Program which will take IP address as input and will give all the details related to it like Country code, City name, ISP(Internet Service Provider), Latitude, Longitude, ZIP Code, TimeZone, Internet Speed, Mobile carrier brand, etc. as Output.

Do you want to work on this issue?

Yes, I want to work over this issue in JAVA, under SWoC 2021

Number Guessing Game in JAVA

The User guesses the number and CPU also guesses the number , whosoever has the less number of steps win.
I would like to work on this issue under SWoC 2021

Zomato Restaurants details using API

use zomato API https://developers.zomato.com/api

for medium-level: a script that will automatically get the restaurants around you and sort them according to the category you want to order (like north Indian) in a way that the restaurants with a better rating and high discount value stay at the top.

for hard-level: implement medium level + search for a particular dish and gives the restaurant that sells the dish for the best deal (less price, discount, and a good customer rating)

MorseCode Generator GUI

Under SWOC

Problem
Found that the repo of python contains a morsecodegenerator. But it is CLI based and not so user friendly (atleast according to me)

Solution
I would like to work on this issue either by making a completely different folder for the GUI based Morse code generator or by adding GUI features to the existing one. (I prefer to make it as a separate project under python folder, so that programmers can use the CLI version with less memory usage , whereas normal users can use the GUI based project)

Building a network scanner in python

I'm submitting a

  • feature request.

details

This script will give IP and MAC-ADDRESS of devices connected to the same network as yours.

Do you want to work on this issue?

yes

Todo List in Javsscript

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
Todo List with Javascript

Youtube Downloader Script

A basic youtube video dowloader that dowloads video based on user input automatically. I want to work on this issue.Can you assign me?

Bitcoin Price Simulator

A Bitcoin Price Simulator which tells current Bitcoin Price using Tkinter and luno free API

Create a website for the project

The website should be a standard webpage that is responsive built with bootstrap and related technologies
It should have the following features

  1. Proper Responsive Navbar
  2. About Section
  3. Services Section
    In Services Section we will use Cards and they will be of type Python, Javascript, Java, Nodejs
    When a user clicks a particular card he will redirect to a new page where all project related to specific languages should be shown
    All the projects should be shown again in the form of a card having details like Project name, created by, message (what it do), and any relevant photo

This is relatively a big issue and I will be awarding more points to you as you will be building a full website
Two-three people can also combine can work on it

URL Shortner

Create a URL shortener in python or javascript to shorten a URL using TinyURL Open API

Sorting Visualizer

Make a sorting Visualizer in Javascript having 5,6 sorting algorithms
This a Hard issue so more points will be given to a better UI and more Functionality

Creating a spiral star using Python

Is your feature request related to a problem? Please describe.

Creating a spiral star using Python

Describe the solution you'd like

Spiral star made of python using python turtle module

Github Data Fetcher

Create a Github data fetcher that takes GitHub username as input and gives details like starts, pull request, commits and contribution as output
You can work in Javascript or React

[Python] DNS scan script

This script will ask you if you want to lookup an IP address based on website or hostname or vice versa. Based on you choice you will have to input an IP or a website/hostname and it will return you results.

Can be done in Python using Sockets library.

[Python][JS]HTML to PDF converter

Make a script which upon running converts any HTML page to PDF and stores it on the local machine.

Can be made using the PDFKit library.

Corona Virus Stats

Write a Program that gives details about total cases, total recovered, total death, today's cases, today's death, today recovered,
by taking the country name as input

Anime Tracker

A script which checks for new episode release of a particular anime automatically

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.