Collection of Beginner to Intermediate level Python scripts contributed by members and participants.

Overview

Hacktoberfest2021-Python

Hello there! This repository contains a 'Collection of Beginner to Intermediate level Python projects', created specially for the Hacktoberfest2021. You are all welcome to contribute in the project.

Python Projects - Target

This repository is to showcase your python skills and projects. You can either contribute by sharing your project or make edits to the existing projects.

What is Hacktoberfest2021 ?

  • A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

What is this Hacktoberfest2021-Python?

  • This repository is to showcase your python skills and projects. You can either contribute by sharing your project or make edits to the existing projects.

NOTE: More than 1 person can submit same project (Again, see below for details).

How to Contribute ??

Strictly follow the given rules(unless mentioned optional) before sending us a PR.

  1. Fork this Repository(by clicking Fork Icon on top right of the repository), to your profile.
  2. Now, clone this repository to your Local Machine using:
git clone https://github.com/your-username/Hacktoberfest2021-Python.git
  1. Move into your desired Task folder, and create a new repository in format : YOUR-PROJECT-TITLE-YOUR-NAME . First name should be your Unique Project Title followed by your Github handle, which will be separated by ' - '
  2. Now read the Project-Description from README.md file, and add your project code.
  3. Now Commit & Push, using :
git add .
git commit -m "Your Project Title"
git push 
  1. Now before sending a PR, make sure you 'Fetch Upstream' to avoid any kind of conflicts.
  2. Send a PR with your Project Title & Your Github Name. Adding 1 or 2 line project description is mandatory.

Rules & FAQs

  1. Minor modifications will not be counted.
  2. You will be banned immediately after 3 invalid PRs.
  3. Don't just Copy Paste the code from Internet, we will review your code and then only it will be merged.
  4. Modifing existing projects / Solving Issues will also be counted as contribution.

Show some ❤️ by Starring the Repository

Maintained by: Anmol Singh Yadav & Chaitanya Sapre

You might also like...
This tool for beginner and help those people they gather information about Email Header Analysis, Instagram Information, Instagram Username Check, Ip Information, Phone Number Information, Port Scan

This tool for beginner and help those people they gather information about Email Header Analysis, Instagram Information, Instagram Username Check, Ip Information, Phone Number Information, Port Scan. This tool shows your hostname and public IP first, then user give input and according to option this tool work. This tool work diffrent Oprating system.

python scripts - mostly automation scripts

python python scripts - mostly automation scripts You can set your environment in various ways bash #!/bin/bash python - locally on remote host #!/bi

A Curated Collection of Awesome Python Scripts
A Curated Collection of Awesome Python Scripts

A Curated Collection of Awesome Python Scripts that will make you go wow. This repository will help you in getting those green squares. Hop in and enjoy the journey of open source. 🚀

A collection of daily usage utility scripts in python. Helps in automation of day to day repetitive tasks.
A collection of daily usage utility scripts in python. Helps in automation of day to day repetitive tasks.

Kush's Utils Tool is my personal collection of scripts which is used to automated daily tasks. It is a evergrowing collection of scripts and will continue to evolve till the day I program. This is also my first python project.

Collection of Python scripts to perform Eikonal Tomography

Collection of Python scripts to perform Eikonal Tomography

A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT project.

circt-hls What is this?: A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT p

Malicious Document IoC Extractor is a collection of scripts that helps extracting IoCs from various maldoc families.

MDIExtractor Malicious Document IoC Extractor (MDIExtractor) is a collection of scripts that helps extracting IoCs from various maldoc families. Prere

Collection of system-wide scripts that I use on my Gentoo

linux-scripts Collection of scripts that I use on my Gentoo machine. I tend to put all scripts in /scripts directory. It is not likely that you would

Run python scripts and pass data between multiple python and node processes using this npm module

Run python scripts and pass data between multiple python and node processes using this npm module. process-communication has a event based architecture for interacting with python data and errors inside nodejs.

Comments
  • Create 'NOON-SUN-ANGLE.py' - Trianglium

    Create 'NOON-SUN-ANGLE.py' - Trianglium

    Noon Sun Angle

    A Simple program to calculate the current (approximate) Angle of the Sun at Noon based on your location, the current date, its in relation to the most recent equinox or solstice and the subsolar point.

    Usage

    Windows:

     >python noon-sun-angle.py
    

    Output

     20 October 2021 
    
     Noon Sun Angle: 37.9120
     Sunlight Intensity: High
     Zenith Angle:  42.980
    

    Requirements

    Inspiration

    hacktoberfest hacktoberfest-accepted 
    opened by Trianglium 4
  • Squid Game

    Squid Game

    Tried making a squid game in python using Ursina. In this game, you have to kill squids(scorpions) with a bullet which will be shot by a submarine, and the score will be incremented as per the kills.

    Rules to play this game:

    1. Use the up and down arrow key to move the submarine up and down.
    2. Use space to release bullets from submarine to kill squids.
    3. If you lose the game, press F5 to restart the game.
    opened by harshitgoyal2 3
Owner
null
banking system with python, beginner friendly, preadvanced level

banking-system-python banking system with python, beginner friendly, preadvanced level Used topics Functions else/if/elif dicts methods parameters hol

Razi Falah 1 Feb 3, 2022
Shared utility scripts for AI for Earth projects and team members

Overview Shared utilities developed by the Microsoft AI for Earth team The general convention in this repo is that users who want to consume these uti

Microsoft 38 Dec 30, 2022
Participants of Bertelsmann Technology Scholarship created an awesome list of resources and they want to share it with the world, if you find illegal resources please report to us and we will remove.

Participants of Bertelsmann Technology Scholarship created an awesome list of resources and they want to share it with the world, if you find illegal

Wissem Marzouki 29 Nov 28, 2022
Coffeematcher is a python library to randomly match participants for coffee meetings.

coffeematcher coffeematcher is a python library to randomly match participants for coffee meetings. Installation Clone the repository: git clone https

Thomas Wesselink 3 May 6, 2022
This repository contains Python Projects for Beginners as well as for Intermediate Developers built by Contributors.

Python Projects {Open Source} Introduction The repository was built with a tree-like structure in mind, it contains collections of Python Projects. Mo

Gaurav Pandey 115 Apr 30, 2022
The FLARE team's open-source library to disassemble Common Intermediate Language (CIL) instructions.

dncil is a Common Intermediate Language (CIL) disassembly library written in Python that supports parsing the header, instructions, and exception hand

MANDIANT 95 Jan 8, 2023
Python Project For Beginner

Basic-Vitrual-AI-Assistant Python Project For Beginner Hey There, I had manipulated Selenium WebDriver to make this assistant. I hope, It will be help

Maruf Billah 13 Dec 12, 2022
Randomly distribute members by groups making sure that every sector is represented

Generate Groups Randomly distribute members by groups making sure that every sector is represented The Scenario Imagine that you have a large group of

Jorge Gomes 1 Oct 22, 2021
An application to see if your Ethereum staking validator(s) are members of the current or next post-Altair sync committees.

eth_sync_committee.py Since the Altair upgrade, 512 validators are randomly chosen every 256 epochs (~27 hours) to form a sync committee. Validators i

null 4 Oct 27, 2022
Get a list of all offline/online members in a discord server

Discord server insights Get a list of all offline/online members in a discord server. Uses Selenium to crawl invite links. Config Download Chrome driv

Prakhar Gurunani 3 Oct 21, 2022