Alternative Multi-Threading packages for Python
Updated :
April 23, 2024
RealTime-OCR
Github stargazers
114
Github forks
33
Commits
27
Code contributors Contributors
2
Perform text detection in a variety of languages with your computer webcam using Google Tesseract OCR and OpenCV. This script achieves a real-time OCR effect via multi-threading.
Created
April 9, 2021
Updated
Jan. 30, 2023
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
1
vanilla
Github stargazers
112
Github forks
10
Commits
511
Code contributors Contributors
3
Straightforward concurrency for Python
Created
May 23, 2014
Updated
Dec. 4, 2015
License
mit
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
16
oscpy
Github stargazers
109
Github forks
27
Commits
240
Code contributors Contributors
10
An efficient OSC implementation compatible with python2.7 and 3.5+
Created
April 1, 2018
Updated
June 8, 2023
License
mit
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
19
conpig
Github stargazers
107
Github forks
4
Commits
35
Code contributors Contributors
2
A green threading library with automated concurrency for python based on a processes, signal handlers and greenlets
Created
Aug. 13, 2013
Updated
Aug. 20, 2013
License
other
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Python
goroutine-py
Github stargazers
103
Github forks
0
Commits
37
Code contributors Contributors
1
🚀 An Asyncio-based concurrency library for Python.
Created
June 15, 2022
Updated
Jan. 4, 2024
License
mit
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
1
concurrency2017
Github stargazers
98
Github forks
32
Commits
41
Code contributors Contributors
1
Example code for the workshop Modern Concurrency in Python
Created
July 26, 2017
Updated
Sept. 20, 2019
License
mit
Github repo
Type
Resource
Primary Language, based on Github DataLanguage
Python
Issues
2
username-checker
Github stargazers
91
Github forks
21
Commits
23
Code contributors Contributors
1
✅ No selenium ✅ Supports multi-threading ✅ Allows custom websites added ✅ FOSS ✅ Has TikTok, Instagram, Minecraft, Roblox, GitHub, Pastebin, Replit, YouTube, Twitter, Twitch, and more!
Created
Dec. 21, 2022
Updated
Sept. 15, 2023
License
gpl-3.0
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
5
concurrence
Github stargazers
86
Github forks
16
Commits
1
Code contributors Contributors
1
Concurrence is a framework for creating massively concurrent network applications in Python. It takes a Lightweight-tasks-with-message-passing approach to concurrency. The goal of Concurrence is to provide an easier programming model for writing high performance network applications than existing solutions (Multi-threading, Twisted, asyncore etc).
Created
Sept. 19, 2009
Updated
Sept. 19, 2009
License
bsd-3-clause
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
3
multicpu
Github stargazers
81
Github forks
32
Commits
12
Code contributors Contributors
2
Multi-CPU, Multi-Thread. Implemented in Python.
Created
Oct. 21, 2015
Updated
Nov. 13, 2015
License
mit
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Python
Issues
2
Learning-Concurrency-in-Python
Github stargazers
77
Github forks
52
Commits
17
Code contributors Contributors
3
Learning Concurrency in Python by Packt
Created
Aug. 14, 2017
Updated
Jan. 30, 2023
License
mit
Github repo
Type
Resource
Primary Language, based on Github DataLanguage
Python
Issues
7
lrabbit_scrapy
Github stargazers
75
Github forks
1
Commits
13
Code contributors Contributors
1
a quick start python mutil thread crawl
Created
May 28, 2021
Updated
Feb. 8, 2022
License
mit
Github repo
Primary Language, based on Github DataLanguage
Python
multithreadinginpython
Github stargazers
73
Github forks
55
Commits
69
Code contributors Contributors
1
Multi-threading examples in Python
Created
June 8, 2020
Updated
July 19, 2021
License
mit
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
3
vecpy
Github stargazers
71
Github forks
6
Commits
47
Code contributors Contributors
2
Vectorizing Python for concurrent SIMD execution.
Created
March 13, 2014
Updated
Sept. 25, 2015
License
mit
Github repo
Type
Module/library
Primary Language, based on Github DataLanguage
Python
parallel-execute
Github stargazers
70
Github forks
11
Commits
35
Code contributors Contributors
2
python wrappers for easy multiprocessing and threading
Created
May 14, 2019
Updated
July 15, 2022
License
mit
Github repo
Primary Language, based on Github DataLanguage
Python
Google-Forms-Spam
Github stargazers
68
Github forks
26
Commits
18
Code contributors Contributors
2
MultiThreaded spammer, 100% working | Consumes Data because of too high speed | You can decrease speed but I don't think that's what we want :)
Created
May 23, 2020
Updated
Nov. 5, 2021
License
mit
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
8
spinach
Github stargazers
61
Github forks
4
Commits
138
Code contributors Contributors
5
Modern Redis task queue for Python 3
Created
Sept. 3, 2017
Updated
March 27, 2024
License
bsd-2-clause
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
7
scheduler
Github stargazers
59
Github forks
7
Commits
347
Code contributors Contributors
6
A simple in-process python scheduler library with asyncio, threading and timezone support. Schedule tasks by their time cycles, fixed times, weekdays, dates, weights, offsets and execution counts and automate Jobs.
Created
May 27, 2021
Updated
Dec. 11, 2023
License
lgpl-3.0
Github repo
Primary Language, based on Github DataLanguage
Python
Homepage
python3-concurrency
Github stargazers
56
Github forks
25
Commits
11
Code contributors Contributors
1
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Created
Aug. 27, 2018
Updated
July 9, 2019
Github repo
Primary Language, based on Github DataLanguage
Python
Homepage
concurrencytest
Github stargazers
56
Github forks
10
Commits
39
Code contributors Contributors
2
Python testtools extension for running unittest suites concurrently.
Created
June 5, 2013
Updated
Jan. 19, 2018
Github repo
Primary Language, based on Github DataLanguage
Python
Issues
7
threadworms
Github stargazers
55
Github forks
35
Commits
8
Code contributors Contributors
1
A multithreaded programming demonstration in Python & Pygame using a "Nibbles" clone.
Created
April 18, 2013
Updated
July 1, 2014
Github repo
Type
Script
Primary Language, based on Github DataLanguage
Python