Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore #489

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ __pycache__/
*.py[cod]
*$py.class

# MacOS stuff
.DS_Store
*/.DS_Store

# C extensions
*.so

Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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**
**Do you know anything that can help all to ease our tough life than tell that secret to us and help us to become lazy**

<p align="center">
<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>&nbsp;&nbsp;
Expand All @@ -18,8 +18,9 @@
# How to start

* Well it's quite simple just thought of any Idea that can be automated
* Equip your weapon, I mean Python and required libraries 😂 (**[Refer here](https://automatetheboringstuff.com/)** for some basic guides to enhance Python language)
* Yess That's all you need 😋
* Equip your weapon, Python and required libraries 😂
* **[Refer here](https://automatetheboringstuff.com/)** for some basic guides to enhance Python language
* Yes, that's all you need 😋

## Hacktoberfest 2022 Update

Expand All @@ -28,7 +29,7 @@
* [Official website](https://hacktoberfest.digitalocean.com/)


<h1 align=center> How to Contribute 🤔 </h1>
<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

Expand All @@ -45,6 +46,13 @@ Thanks a lot for spending your time helping! Keep rocking 🍻
<!-- readme: contributors -start -->
<table>
<tr>
<td align="center">
<a href="https://github.com/auburnmedia">
<img src="https://avatars.githubusercontent.com/u/137234483?v=4" width="100;" alt="AuburnMedia"/>
<br />
<sub><b>AuburnMedia</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/advaita-saha">
<img src="https://avatars.githubusercontent.com/u/30210770?v=4" width="100;" alt="advaita-saha"/>
Expand Down
Loading