Coder Social home page Coder Social logo

larymak / python-project-scripts Goto Github PK

View Code? Open in Web Editor NEW
1.0K 25.0 830.0 444.53 MB

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo

License: GNU General Public License v3.0

Python 14.21% HTML 6.95% CSS 1.20% JavaScript 1.24% SCSS 1.16% Jupyter Notebook 60.63% Batchfile 0.01% C++ 0.05% Dockerfile 0.01% PHP 0.44% Hack 0.01% Shell 0.01% Procfile 0.01% QML 14.11%
python-script webscrapping ascii-art beginner-project open-source hacktoberfest python collaborate github student-vscode

python-project-scripts's Introduction

TwitterTwitter

Hi there 👋

I'm a passionate Technical Writer ✍ and visionary, dedicated to leading and inspiring upcoming talents and developers. I love being part of minds that give back to the community. Open-source contribution and community development are my greatest passion!

  • 🔭 I’m currently working on ... Python & Django, OpenSource
  • 🌱 I’m currently learning ... Cyber Security 😊
  • 👯 I’m looking to collaborate with other content creators
  • 💬 Ask me about anything in tech I bet I will answer 😂
  • ⚡ Fun fact: I love photography, cooking, and traveling
  • 🎸 Would love: To know how to play guitar
  • ✍ Read my articles @ Hashnode, Dev, FreeCode Camp, SweetCode
  • 📝Resume

Connect with me:

Languages and Tools:

Stats summary📈

larymak larymak larymak

📝 Latest Articles

Here's a list of my latest articles:

Other links🔗

Support Me💰

Buy Me A Coffee

python-project-scripts's People

Contributors

abhisingh88 avatar aditya-tripuraneni avatar adityajai25 avatar annarhysa avatar arefathi avatar aw3some-dev avatar ayeshag7 avatar chandrabosep avatar deepaksaipendyala avatar dhrumil-zion avatar jkinathan avatar kanakamsasikalyan avatar karthiks2611 avatar kaustav202 avatar larymak avatar lpcodes avatar mahmoud-alzoubi95 avatar mannuel25 avatar mbsa-infinity avatar omar-danasoury avatar oyerohabib avatar pkjagesia avatar rgrmz avatar saeedahmadi7714 avatar sahil-s-246 avatar sanjay-nt avatar senthilnathan-dev avatar shreeup avatar vashalivashali avatar yashwanth-13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-project-scripts's Issues

"Working with CSV files" project does not seem to link to a correct page

I was just looking through the different scripts and found out project called "Working with CSV" does not seem to link to the correct page. When clicked on it, it gives an 404 error. To solve it, either remove this project or link it correctly. I can help to work on it. Let me know what you think!

Django Chat app

I want to add django chat app project to this repo. Assign me this task.

[New Script] Automate Text Bombing

Is your feature request related to a problem? Please describe.
I want to add a new script that automates text bombing to any messaging platform starting with Facebook messenger to WhatsApp, Telegram, Instagram and anything else.

Describe the solution you'd like
I have the project ready here. I want to add this to the repo.

Describe alternatives you've considered
N/A

Additional context
N/A

Internet speed test

I want to make py script to check internet speed.
Assig me this task
And is this repo hacktoberfest accepted?

[New Script]Resume parsing Tool

I want to add a new script Résumé parsing tool that converts an unstructured form of resume data into
a structured format.

Describe the solution you'd like
I have the project ready here. I want to add this to the repo.

Describe alternatives you've considered
N/A

Additional context
N/A

步骤指南

确定需求:首先,明确您的需求和目标。确定您希望解析哪些简历信息,例如姓名、联系方式、教育背景、工作经历、技能等。这将有助于指导后续的开发过程。

收集样本数据:为了开发和测试您的解析工具,您需要收集一些非结构化的简历样本数据。这些样本可以包括不同格式的简历文本文件,例如PDF、Word文档或纯文本文件。确保样本数据具有多样性,以反映真实世界中的不同情况和格式。

设计解析算法:基于您的需求和样本数据,设计解析算法来提取和转换简历信息。这可能涉及使用自然语言处理(NLP)技术,例如文本分割、关键词提取、实体识别等。您可以选择使用现有的开源工具和库,如NLTK、SpaCy等,来辅助开发。

开发解析工具:使用您选择的编程语言和开发环境,开始实现解析工具。根据设计的算法,编写脚本来处理非结构化的简历数据,并将其转换为结构化的格式,例如JSON或XML。确保您的代码具有良好的可维护性和可扩展性。

进行测试和调优:使用收集的样本数据对您的解析工具进行测试。验证解析的准确性和完整性,检查是否正确提取了所需的信息。根据测试结果进行调优和改进,修复可能存在的问题和错误。

添加用户界面(可选):如果需要,您可以考虑为您的解析工具添加一个用户界面,以便用户能够方便地上传和解析简历文件。这可以是一个简单的网页表单或桌面应用程序,允许用户交互和导入/导出解析结果。

发布和部署:在完成开发和测试后,准备将解析工具发布和部署到适当的环境中。这可能包括将脚本部署到服务器上,或将应用程序打包为可执行文件供用户下载和使用。

Bug in CSV_files/read_csv.py: Incorrect Number of Arguments

Hi! I wanted to report a bug I found in CSV_files/read_csv.py. I was expecting the program to successfully read a CSV file using the different methods provided (DictReader and Pandas), but the actual result of running the program results in a TypeError. It seems that the read_using_DictReader function should take in one positional argument: path. However, the function is being called later without any arguments here, causing the program to give a TypeError. This error can be reproduced by running the program.

Flask Calculator is static

The simple flask calculator function is not working
It is a static website
I would like to work on it

image

after clicking on submit button
image

README project links redirected to local forked repos

A lot of users have linked their project in README projects list to their local forked repo.
This can lead to a problem if the local repository is deleted.

=> | 52 | [Rain Alert](https://github.com/Puskchan/Python-project-Scripts/tree/main/Rain_Alert)

The contribution guidelines should be updated to mention that Projects are linked to this base repo only.

Google Chat Bot

I see that there are a number of scripts in this repo but there's none for integrating a google chat bot. Can the maintainers please assign it to me?
In addition, can anyone please confirm if this repo is included in Hacktoberfest?

[New Script]Student feedback sentiment analysis

I want to add a new script Student feedback sentiment analysis
Describe the solution you'd like
I have the project ready here. I want to add this to the repo.

Describe alternatives you've considered
N/A

Additional context
N/A

challenge

Hey am a beginner and new to this project
Any one willing to help me on how i can be

part of this project 
what can i do to be among contributors
what is all about this project 
its objectives and goals 
problems that are needed to be solved

[feat]: Develop Python Story App with ChatGTP

Issue Title: Develop Python Story App with ChatGTP

Issue Description

I propose to develop an online Python Story App with ChatGTP built with Django/FastAPI, MySQL/Postgres/SQLite. A simple and lightweight story app easily deployable anywhere anytime.

Proposed Features:

  • [App] Integration with ChatGPT
  • [App] Story Module
  • [App] API Implementation
  • [App] ChatGPT Story Creation
  • [Admin] Manage Stories
  • [Admin] Manage Story Category
  • [Admin] Global Configuration

Additional Information

As a fan of core product development and a Python enthusiast, I am eager to contribute this Python Story App with ChatGPT to our repository. This app will not only help startups, developers, and users but also serve as a learning tool for Python and AI enthusiasts. I am excited to work on this project and look forward to your guidance and feedback.

Assign this issue to me, and I'll get started on the development. Thank you for considering this addition to the repository.

Addition TO ML projects

I would like to work on ML project to Predict Poisonous Mushrooms using Machine learning and build a simple streamlit application.
A beginner friendly project.

Blackjack Testing

Blackjack in the code is defined as == 21 but in the Blackjack rules it is where 21 is made up of 2 cards, the Ace and the 10. The function that checks for blackjack needs to be refactored so that it checks if the sum is 21 AND there are only 2 cards in the players hand AND if those cards are the Ace and a 10.

Random Password generator can be more explaining.

The RAMDOM PASSWOR GENERATOR can be more explaining, using more scratched code with a beginner friendly explanation of the code. Instead of using the String's Ascii we can use Unicode's for generating a more strong random password.
// This might take O(n) but this would help generating more strong password.

Issues with Currency Converter

the Currency Converter is facing issues while the command is being executed "python3 curreny.py"

The Error being displayed is due to the unavailability of module forex_python

But the module is listed in pip3. Attaching the reference screenshot
Screenshot 2021-11-21 at 8 33 13 PM

Add Image to PDF

I would like to add Image to PDF script in IMAGE & PHOTO SCRIPTS Category

[feat]: Develop Python Ecommerce App

Issue Title: Develop Python Ecommerce App

Issue Description

I propose to develop an online Python e-commerce app built with Django, MySQL/Postgres/SQLite, and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt Django admin.

Proposed Features:

  • [App] Product Module
  • [App] Product Categorization
  • [App] Product Cart Module
  • [App] Order Module
  • [App] Payment Configuration
  • [Admin] Manage Products
  • [Admin] Manage Category
  • [Admin] Manage Orders
  • [Admin] Configure Payment
  • [Admin] Global Configuration

Additional Information

As a fan of core product development and a Python enthusiast, I am eager to contribute this Python E-commerce App to our repository. This app will not only help startups, developers, and users but also serve as a learning tool for e-commerce enthusiasts. I am excited to work on this project and look forward to your guidance and feedback.

Assign this issue to me, and I'll get started on the development. Thank you for considering this addition to the repository.

Web Interface

Some volunteer and create a web interface to display all the projects category-wise, and the cards to link to each project in the repository. Create a simple but good-looking interface to list the projects

[feat]: Develop Two-Player Chess Game in Python

Issue Title: Develop Two-Player Chess Game in Python

Issue Description:

I propose to develop a two-player chess game using Python to enhance this repository.

Proposed Features:

  • Implementation of the complete set of chess rules.
  • Enable two players to take turns and play against each other.
  • Incorporate standard chess piece movements and special rules such as castling, en passant, and pawn promotion.

Additional Information:

As a fan of chess and a Python enthusiast, I am eager to contribute this engaging two-player chess game to our repository. This game will not only entertain users but also serve as a learning tool for chess enthusiasts. I am excited to work on this project and look forward to your guidance and feedback.

Assign this issue to me, and I'll get started on the development. Thank you for considering this addition to the repository.

Update year to be dynamic - Age Calculator/age.py

Instead of having a hard-coded number for the year, having it dynamic is much better.

Current_time = 2022

If it were to be hard-coded, every year the author would have to update the year. Hence, making it dynamic would be better.

Requirements' files

I think it would be great if everyone included their scripts' "requirements.txt" files for easy installation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.