Awesome_Python_Scripts

Awesome_Python_Scripts

多样化Python脚本集合助力编程技能提升

Awesome_Python_Scripts收录了涵盖基础编程、网络爬虫、API开发等多个领域的Python脚本。该项目通过实践帮助开发者掌握Python编程,为不同水平的程序员提供学习资源和开源贡献机会。这个多样化的脚本集合是一个实用的Python学习平台。

Python脚本开源项目GitHub仓库编程学习代码贡献Github
<div align="center"> <h1>Welcome to Awesome_Python_Scripts 👋🥁</h1> </div> <p align="center"> <img src="https://github.com/prathimacode-hub/prathimacode-hub/blob/main/Cover%20Photos/Awesome_Python_Scripts.png"></a> </p> <p align="center"> <a href="https://github.com/prathimacode-hub"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github"></a> <a href="https://github.com/prathimacode-hub"><img src="https://img.shields.io/badge/Open%20Source-%F0%9F%A4%8D-Green"></a> <a href="https://github.com/prathimacode-hub"><img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square"></a> <a href="https://www.python.org/"><img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg"></a> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/graphs/contributors"><img src="https://img.shields.io/github/contributors-anon/prathimacode-hub/Awesome_Python_Scripts"></a> <a href="https://github.com/prathimacode-hub"><img src="https://img.shields.io/maintenance/yes/2022"></a> </p> <p align="center"> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/stargazers"><img src="https://badgen.net/github/stars/prathimacode-hub/Awesome_Python_Scripts"></a> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/network/members"><img src="https://badgen.net/github/forks/prathimacode-hub/Awesome_Python_Scripts"></a> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/issues"><img src="https://badgen.net/github/open-issues/prathimacode-hub/Awesome_Python_Scripts"></a> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/issues?q=is%3Aissue+is%3Aclosed"><img src="https://badgen.net/github/closed-issues/prathimacode-hub/Awesome_Python_Scripts"></a> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/pulls"><img src="https://badgen.net/github/prs/prathimacode-hub/Awesome_Python_Scripts"></a> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/pulls"><img src="https://badgen.net/github/open-prs/prathimacode-hub/Awesome_Python_Scripts"></a> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/pulls?q=is%3Apr+is%3Aclosed"><img src="https://badgen.net/github/closed-prs/prathimacode-hub/Awesome_Python_Scripts"></a> </p>

📌 Repository

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. 🚀

The main aim is to provide an efficient and beginner-friendly project that would help you in mastering Python and make you familiar with it. Turn yourself into a pro with all the hands-on that got you covered.

🙌 Join Here

Anyone related to technology who is looking to contribute to open-source is all invited to hop in. This place has a task for everyone.

| BasicPythonScripts | WebScrapingScripts | APIScripts | GUIScripts | AutomationScripts | PyGamesScripts | ImageProcessingScripts | EthicalHackingScripts |

BasicPythonScripts - This repository would have basic python scripts which are useful to get started with programming before you dive into real time projects.

WebScrapingScripts - This repository would have webscraping scripts which is a data scraping technique used for extracting data from websites.

APIScripts - This repository would have application programming interfacing (API) scripts which would help in performing operations programmatically and deploy projects as apps.

GUIScripts - This repository would have all graphical user interface (GUI) scripts which would create an interface and performs the operations visually unlike command line.

AutomationScripts - This repository would contain automation scripts that would automate your tasks efficiently and helps you in saving a lot of time.

PyGamesScripts - This repository would have all the wide range of games scripts that can programmed and developed using python.

ImageProcessingScripts - This repository would indulge with all image processing scripts that would help in beautifying and transforming the images.

EthicalHackingScripts - This repository would include all the python based scripts which can be used as Ethical Hacking Tools.

When raising an issue, do make sure to mention the kind of script, project title, short description of the project and how would you expect it to work. As a good practice, always link the issue number with pull request. (#issue number : Give this details when you raise a PR).

If you worked on or want to initiate a unique project and share it with the world, you can do that here. Go through the contributing guidelines in CONTRIBUTING👩‍💻

Subsequently, also go through the GitHub documentation on creating a pull request.

<!-- Content -->

🌱 Pre-requisites

  • Python IDE : Install it by using this link python.org
  • If you are new to python programming and want to have a fair knowledge before you start working on it, you can learn it in a simplified way through this repository.
  • To make you familiarize with how programming works in python with proper structuring and algorithms, here I present a project created specifically for contributors who wants to explore and practice their concepts.

🛠 Templates to Follow

Note : One should follow these templates while creating a new issue or pull request.

📝 Project Structure

Your projects should contain this flow to maintain similarity across all other projects. Make sure to note these things, before you create a PR.

Create a folder of your project title. (Example : If you want to add a game of tic tac toe, then project name should be "Tic Tac Toe" and file name as "tic_tac_toe.py")

The project repository you had created would have :

file_name.py - This python file is the project you have worked upon.

README.md - This file is must included to get good understanding of the project (Elaborate it briefly about how it works using README template).

requirements.txt - In this file, you should add all the libraries you had included in your project

Images - This folder would have all images added, be it screenshots or step by step process images.

Related files - The other additional and related files would be added up in "Related" folder.

⚙️ Things to Note

  • Make sure you do not copy codes from external sources because that work will not be considered. Plagiarism is strictly not allowed.
  • You can only work on issues that have been assigned to you.
  • If you want to contribute the script, it's preferable that you create a new issue before making a PR and link your PR to that issue.
  • If you have modified/added code, make sure the code compiles before submitting.
  • Strictly use snake_case (underscore_separated) in your file_name and push it in the correct folder.
  • Add Screenshots to help us know what this Script is all about.
  • Do not update the README.md.

👨‍💻 Workflow:

  • Fork the repository

  • Clone your forked repository using terminal or gitbash.

  • Make changes to the cloned repository

  • Add, Commit and Push

  • Then in GitHub, in your cloned repository, find the option to make a pull request.

print("Start contributing for Awesome_Python_Scripts")

❄️ Open Source Programs

<table> <tr> <td align="center"> <a href="https://hacktoberfest.com/"><img src="https://github.com/prathimacode-hub/prathimacode-hub/blob/main/Open%20Source%20Programs/Hacktoberfest%202022/Hacktoberfest%20Logo%202022.png" width=140px height=100px /><br /><sub><b>Hacktoberfest 2022</b></sub></a> </td> <td align="center"> <a href="https://hacktoberfest.digitalocean.com/"><img src="https://github.com/prathimacode-hub/prathimacode-hub/blob/main/Open%20Source%20Programs/Hacktoberfest%202021/Hacktoberfest-2021.jpg" width=100px height=100px /><br /><sub><b>Hacktoberfest 2021</b></sub></a> </td> <td align="center"> <a href="https://contribute.devincept.com/"><img src="https://github.com/prathimacode-hub/prathimacode-hub/blob/main/Open%20Source%20Programs/DevIncept%20Codes%202021/DevIncept.jpg" width=100px height=100px /><br /><sub><b>DevIncept Codes 2021</b></sub></a> </td> <td align="center"> <a href="https://letsgrowmore.in/soc/"><img src="https://github.com/prathimacode-hub/prathimacode-hub/blob/main/Open%20Source%20Programs/LetsGrowMore%20Summer%20Of%20Code%202021/LetsGrowMore%20Summer%20Of%20Code.jpg" width=100px height=100px /><br /><sub><b>LetsGrowMore SoC 2021</b></sub></a> </td> </tr> </table>

📊 Leaderboard

<table> <tr> <td align="center"><a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/blob/main/.github/DCP_SCORCARD.md"><img src="https://cdn-icons-png.flaticon.com/512/1986/1986941.png" width="100px;" alt=""/><br /><sub><b>DevIncept Codes 2021</b></sub></a></td> <td align="center"><a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/blob/main/.github/LGM_SCORECARD.md"><img src="https://cdn-icons-png.flaticon.com/512/1986/1986941.png" width="100px;" alt=""/><br /><sub><b>LetsGrowMore Summer Of Code 2021</b></sub></a></td> </tr> </table> <!-- <h2> 📊 Points Category</h2> | Level of Issues | Points Allocated | | - | - | | Beginner | 10 Points 🔰| | Easy | 20 Points 🌱| | Medium | 30 Points 🌕| | Hard | 40 Points 🔥 | You can check out the project leaderboard here : [SWOC Leaderboard](https://github.com/prathimacode-hub/FarmArk/blob/main/.github/swoc_leaderboard.md) -->

✨ Hall Of Fame

Thanks goes to these amazing people for their contributions 🎉🎉🎉

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <a href="https://github.com/prathimacode-hub/Awesome_Python_Scripts/graphs/contributors"> <img src="https://contrib.rocks/image?repo=prathimacode-hub/Awesome_Python_Scripts" /> </a> <!-- markdownlint-enable --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

📜 Code Of Conduct

You can find our Code of Conduct here.

📝 License

This project follows the Mozilla Public License 2.0.

✔ Project Maintainer

<table> <tr> <td align="center"><a href="https://github.com/Debashish-hub"><img src="https://avatars.githubusercontent.com/u/56837936?v=4" width="80px;" alt=""/><br /><sub><b>Debashish Kumar Sahoo</b></sub></a></td> </tr> </table>

😎 Project Admin

<table> <tr> <td align="center"><a href="https://github.com/prathimacode-hub"><img src="https://github.com/prathimacode-hub/prathimacode-hub/blob/main/Profile%20Assets/Prathima-Kadari-Picture.png" width="100px;" alt=""/><br /><sub><b>Prathima Kadari</b></sub></a></td> </tr> </table>

Visitor Count

🌟 Stargazers Over Time 🌟

Stargazers over time

⭐ Give this Project a Star

GitHub followers Twitter Follow

If you liked working on this project, do ⭐ and share this repository.

🎉 🎊 😃 Happy Contributing 😃 🎊 🎉

<!-- <sup><kbd>***[Click Here](https://github.com/prathimacode-hub/prathimacode-hub/blob/main/Projects/OpenSource-Projects.md)***</kbd> *to view my open source projects and</sup>* <sup><kbd>***[Get In](https://github.com/prathimacode-hub/prathimacode-hub/blob/main/GitHub%20Projects/Learning-Projects.md)***</kbd> *for learning projects.</sup>* <br> </td> <sup><kbd>***[Click Here](https://github.com/prathimacode-hub/prathimacode-hub/blob/main/GitHub%20Projects/OpenSource-Projects.md)***</kbd> *to view my open source projects.</sup>* <br> -->

📬 Contact

If you want to contact me, you can reach me through below handles.

<a href="https://twitter.com/prathimak88"><img src="https://upload.wikimedia.org/wikipedia/fr/thumb/c/c8/Twitter_Bird.svg/1200px-Twitter_Bird.svg.png" width="25"></img></a>   <a href="https://www.linkedin.com/in/prathima-kadari/"><img src="https://www.felberpr.com/wp-content/uploads/linkedin-logo.png" width="25"></img></a>

©

编辑推荐精选

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

AI助手热门AI工具AI创作AI辅助写作讯飞绘文内容运营个性化文章多平台分发
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

热门AI工具生产力协作转型TraeAI IDE
商汤小浣熊

商汤小浣熊

最强AI数据分析助手

小浣熊家族Raccoon,您的AI智能助手,致力于通过先进的人工智能技术,为用户提供高效、便捷的智能服务。无论是日常咨询还是专业问题解答,小浣熊都能以快速、准确的响应满足您的需求,让您的生活更加智能便捷。

imini AI

imini AI

像人一样思考的AI智能体

imini 是一款超级AI智能体,能根据人类指令,自主思考、自主完成、并且交付结果的AI智能体。

Keevx

Keevx

AI数字人视频创作平台

Keevx 一款开箱即用的AI数字人视频创作平台,广泛适用于电商广告、企业培训与社媒宣传,让全球企业与个人创作者无需拍摄剪辑,就能快速生成多语言、高质量的专业视频。

即梦AI

即梦AI

一站式AI创作平台

提供 AI 驱动的图片、视频生成及数字人等功能,助力创意创作

扣子-AI办公

扣子-AI办公

AI办公助手,复杂任务高效处理

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

下拉加载更多