Coder Social home page Coder Social logo

ruifg / simplemultithreadeddownloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zainz004/simplemultithreadeddownloader

0.0 0.0 0.0 4 KB

Phi 写的一个非常简易的下载器,嗯,我把它搬到 GitHub,哪位有闲心了改改优化下

License: MIT License

Python 100.00%

simplemultithreadeddownloader's Introduction

SimpleMultithreadedDownloader

Phi 写的一个非常简易的下载器,嗯,我把它搬到 GitHub,哪位有闲心了改改优化下

原作者的话:

依赖requests, tqdm
改THREAD_NUMBER = 100来改线程数
用pyinstaller来打包成一个exe或其他平台二进制文件, pip install pyinstaller安装pyinstaller, pyinstaller -F cf.py来打包成一个exe
如果打包机器是python>=3.5并且windows 10, 为了能让打包出来的结果能在windows10以下版本运行, 需要安装windows 10 sdk https://dev.windows.com/en-us/downloads/windows-10-sdk , 并在打包时用pyinstaller -p C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86 -F cf.py来打包. 注意这里x86是32位, 可能64位python需要改为x64. 或者直接用windows 10以下版本的机器来打包.

因curseforge更新导致下载器不能更新 第一次想接触我的世界就遇到了这样的问题 终于找到了这个很不错的开源下载器 改了下可以使用 以后有时间可以用pyqt写一个GUI吧

simplemultithreadeddownloader's People

Contributors

ruifg avatar tartaricacid avatar

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.