-
Updated
Aug 23, 2020 - Python
python-scripts
Here are 173 public repositories matching this topic...
-
Updated
Jul 12, 2021 - Python
-
Updated
Jul 24, 2020 - Python
-
Updated
Jun 11, 2021 - Jupyter Notebook
Reddit image scraper
what will change - a script to pull and save a user defined number of images from a subreddit specified by the user
Instructions
-
Create a new folder for your script and file/folder name should be appropriate.
-
Create a README.md in your folder for program Instructions
-
add requirements.txt if needed
-
Adding New Code
Programming Language
Add issue and PR template
-
Updated
Jul 12, 2021 - Python
This issue is specifically created for those who have basic programming knowledge in python and want to explore on Image Processing scripts on python
Image processing has been used to create weird and beautiful modifications to pictures many of us have seen online. Older black and white photos can be brought to life using colorization techniques. On the other hand, color photos can be made to l
-
Updated
Apr 1, 2021 - Python
It's been a while since I've worked on this project. This was a hobby project that I created to learn Python and Web Scraping and it is somewhat reflected in project structure. Listing couple of changes so that either I or anyone willing to help or contribute can work on it.
- Use a testing suite like pytest and the like (instead of test.py)
- Selenium instead of requests + bs4 (google puts up
-
Updated
Mar 30, 2021 - Python
🚀 Feature
Dynamically extend the time limit for running CI on PR touching more content
Motivation
do not penalise PR which are touching multiple notebooks
Additional context
Run one tiny job which would determine how many notebooks are changed, and pass this count N to the test job and for example set timeout for testing as N*30min
-
Updated
Jun 27, 2021 - Python
-
Updated
Jan 17, 2021 - Python
-
Updated
Nov 20, 2017 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jul 6, 2021 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Dec 28, 2020 - Python
-
Updated
Aug 14, 2020 - PowerShell
-
Updated
Dec 20, 2020 - Python
-
Updated
Sep 2, 2019 - Python
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 26, 2021 - Python
-
Updated
Jun 7, 2021 - Python
-
Updated
Aug 28, 2018 - Python
-
Updated
Aug 21, 2019 - Shell
-
Updated
Feb 17, 2017 - Jupyter Notebook
Improve this page
Add a description, image, and links to the python-scripts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-scripts topic, visit your repo's landing page and select "manage topics."
Description
Create a Script to fetch all the Pull Requests created by a User on a GitHub Organization and store it in a Markdown Table.
The script should take the username and the organization name as an argument and result in a markdown file with a table with the following content:
Language