An open API service indexing awesome lists of open source software.

https://github.com/anshrathod/basic-python-scripts

Created For HacktoberFest.
https://github.com/anshrathod/basic-python-scripts

digitalocean good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2022 open-source python python36

Last synced: 9 months ago
JSON representation

Created For HacktoberFest.

Awesome Lists containing this project

README

          

# Basic-Python-Scripts

Created For HacktoberFest.
Awesome Resources

😎 List of helpful basic python scripts added by the community for the community!

## Purpose

This repository aims to help contributors participate in Hacktoberfest easily while also helping others as well.
To contribute please Submit Valid Pull Requests which satisfies the issues raised.

## Contribution

To contribute, please check out our contribution guide [here](CONTRIBUTING.md).

## Content

**Sorting Algorithms**
- [Linear Search](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Searching/LinearSearch.py)
- [Binary Search](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Searching/binarySearch.py)
- [Merge Sort](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Sorting/MergeSort.py)
- [Quick Sort](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Sorting/quicksort.py)
- [Radix Sort](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Sorting/RadixSort.py)
- [Sorting](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Sorting/sorting.py)
- [Insertion Sort](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Sorting/InsertionSort.py)

**Basic Python Scripts**
- [Compund](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/compund.py)
- [Operators](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/operators.py)
- [Perfect Number](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/perfectno.py)
- [Power of a Number](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/ppower.py)
- [FizzBuzz](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/fizzbuzz.py)
- [Python switch case implementation](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/random/switch_case.py)
- [Find Missing Number](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/find_missing_number.py)
- [Send Alerts](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Web/Send%20Alerts)
- [Basic Calculator](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/Utils/simple_calculator.py)
- [Right Triangle](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/RightTriangle.py)
- [Armstrong Number](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/Maitreyi88_armstrongno.py)
- [Fibonacci](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/Maitreyi88_fibonacci.py)
- [Palindrome](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/Maitreyi88_palindrome.py)
- [Prime Number](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/Maitreyi88_primeno.py)
- [Finding area of a Triangle](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/Find_area%20_of_triangle.py)
- [Execution Time Utility](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Utils/Execution-time-utility)
- [Instagram Bot](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Bots/InstaGramBot)
- [Python Telegram Bot](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Bots/Python-Telegram-bot)
- [Quadratic Equation](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/DSA/Mathematical/Quadratic%20equation)
- [Telegram Echo Bot](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Bots/TelegramEchoBot)
- [Web Scraping](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Web-Scraping)
- [WhatsApp-message-Automation](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Bots/WhatsApp-message-automation)
- [Working With Files](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Utils/WorkingWithFiles)
- [Pinging Websites](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Bots/pinging-websites)
- [Pychat](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Web/pychat)
- [AI Cancer Module](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/AI-ML/A.I_cancer_module.py)
- [Arithmetic Calculator](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/DSA/Mathematical/Arithmetic_calculator.py)
- [Natural Languagr Processing (NLP)](https://github.com/Sk70249/Basic-Python-Scripts/blob/master/AI-ML/natural_language_processing.py)

**Games**
- [Snake Game](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Games/SnakeGame)
- [Rock Paper Scissors](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Games/RockPaperScissors)
- [Rock Paper Scissors Using Text To Speech](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Games/RockPaperScissorUsingTextToSpeech)
- [Android Soduku Solver](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Bots/Android%20sudoku%20solver)
- [Guess The Number](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/Games/Guess_the_number.py)
- [Pacman Game](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Games/Pacman%20Game%20%28GUI%29)
- [Tic Tac Toe Game](https://github.com/anshrathod/Basic-Python-Scripts/tree/master/Games/TicTacToeGame)
- [Roll A Dice](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/Games/Roll%20a%20Dice.py)
- [Hangman](https://github.com/anshrathod/Basic-Python-Scripts/blob/master/Games/hangman.py)

## How to Contribute

- Fork the Repository

- Clone the Forked repository

##### ` git clone https://github.com//`

- Add Scripts and necessary changes

##### ` git add .`

- Commit the changes

##### `git commit -m "MESSAGE"`

- Push to your branch

##### `git push`

- Raise a Pull Request to the parent Repository