2022-09-16 22:55:40 +05:30
< h1 align = center > Daily Python Scripts < / h1 >
**Do you know anything that can help all to easy our tough life than tell that secret to us and help us to become lazy like Panda**
< p align = "center" >
2022-09-17 00:35:22 +05:30
< a href = "https://github.com/metafy-social/daily-python-scripts/issues" > < img src = "https://img.shields.io/github/issues/metafy-social/daily-python-scripts.svg?style=for-the-badge&logo=appveyor" / > < / a >
< a href = "https://github.com/metafy-social/daily-python-scripts/fork" > < img src = "https://img.shields.io/github/forks/metafy-social/daily-python-scripts.svg?style=for-the-badge&logo=appveyor" / > < / a >
< a href = "#" > < img src = "https://img.shields.io/github/stars/metafy-social/daily-python-scripts.svg?style=for-the-badge&logo=appveyor" / > < / a >
< a href = "https://github.com/metafy-social/daily-python-scripts/blob/master/LICENSE" > < img src = "https://img.shields.io/github/license/metafy-social/daily-python-scripts.svg?style=for-the-badge&logo=appveyor" / > < / a >
2022-09-16 22:55:40 +05:30
< / p >
< p align = "center" >
< a href = "#" > < img src = "https://forthebadge.com/images/badges/built-with-love.svg" / > < / a >
< a href = "#" > < img src = "https://forthebadge.com/images/badges/made-with-python.svg" / > < / a >
< a href = "#" > < img src = "https://forthebadge.com/images/badges/built-by-developers.svg" / > < / a >
< / p >
# How to start
* Well it's quite simple just thought of any Idea that can be automated
2022-09-27 23:30:53 +05:30
* Equip your weapon, I mean Python and required libraries 😂 (**[Refer here ](https://automatetheboringstuff.com/ )** for some basic guides to enhance Python language)
2022-09-17 00:33:08 +05:30
* Yess That's all you need 😋
2022-09-16 22:55:40 +05:30
2022-09-16 22:59:49 +05:30
## Hacktoberfest 2022 Update
2022-09-16 22:55:40 +05:30
**See full details and guidelines on**
2022-09-16 23:13:10 +05:30
* [Hacktober cheasheat ](https://github.com/metafy-social/daily-python-scripts/blob/master/HACKTOBERFEST.md )
2022-09-16 23:14:26 +05:30
* [Official website ](https://hacktoberfest.digitalocean.com/ )
2022-09-16 22:55:40 +05:30
< h1 align = center > How to Contribute 🤔 < / h1 >
You can contribute by adding new scripts, improving current scripts or Documentation. Here are some Instructions before making a Pull Request
## Here are the steps to Make contribute 👣
2022-09-16 23:13:10 +05:30
- [x] Take a look at [Contributing Guide ](https://github.com/metafy-social/daily-python-scripts/blob/master/CONTRIBUTING.md ) (Necessary)
2022-09-16 22:55:40 +05:30
- [x] Create an issue for making any change to code. when issue will be approve you can make a change.
- [x] Pull latest change from upstream branch before starting the changing code.
- [x] Add your file in proper folder(lowercase) with README.md in it. Add requirements.txt if needed.
- [x] Please use flake8 linting in your code (See below to check flake8 linting)