MrRezoo / python-multi-threading

we learn multi-threading on python with code

Home Page:https://www.linkedin.com/in/reza-mobaraki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Multi-Threading

python

Hello this is Mr.Rezoo

Table of contents

General info

in this repository We work on threading with threading module on python

Technologies

Project is created with:

  • Python: 3.9
  • threading

Help

If you are considering a particular method, more modern technology Add to my project and send merge request, I will add you in the credits and contributors section

Setup

  • first step : create virtual environment
virtualenv -p python3 venv 
  • second step : activate virtual environment
source venv/bin/activate  
  • third step : install package | library from requirements.txt
 pip install -r requirements.txt
  • fourth step : install package | library from requirements.txt
 pip install -r requirements.txt

Usage

Credits

Contributors

License

Distributed under the MIT License. See license for more information.

About

we learn multi-threading on python with code

https://www.linkedin.com/in/reza-mobaraki/

License:MIT License


Languages

Language:Python 100.0%