Python open source project weekly ranking 2024 week 1

Python Trending Weekly Report, which browses the most popular Python open source projects such as GitHub and Gitee on a weekly basis. The selected projects mainly refer to GitHub Trending , and some refer to Gitee and others. In no particular order, they are all relatively popular items that week.

Selection formula=70%GitHub Trending+20%Gitee+10%Others

Follow the WeChat official account and receive weekly push notifications

Like, follow and retweet three times in a row, your support is my motivation!

# Week 1, 2024 January 2, 2024
1 Moviepy A Python library for video editing. It provides a simple yet powerful way to process video files, including: Clip Merge Crop Rotate Zoom Add text Add audio and more. For example, if we use the MoviePy module to intercept GIF from the video, convert the intercepted GIF into ASCII characters [2]. Finally, merge the pictures converted into ASCII characters into a new video, and then add background music to achieve the character painting video that is particularly popular on Bilibili.
2 wireshark An open source network protocol analysis tool designed to help network administrators and security professionals monitor and analyze network traffic. It was originally created by Gerald Combs and was initially named Ethereal. Wireshark allows users to capture and view data flowing on the network in order to analyze network problems, investigate security incidents, or learn network protocols.
3 De4py An advanced Python deobfuscator with a beautiful user interface and a set of advanced features to help malware analysts and reverse engineers deobfuscate Python files and more. De4py supports some popular obfuscators such as: Jawbreaker, BlankOBF, PlusOBF, Wodx, Hyperion, pyobfuscate.com obfuscator
4 shynet A modern, privacy-friendly, detailed web analysis that runs without cookies or JS. Shynet is a portmanteau of "Skynet" and "shy". The idea is that it gives you a lot of useful information (Skynet) while respecting the privacy of your visitors (shy). It works without cookies, so you don't need any intrusive cookie notifications. It collects just enough data to be useful, but not enough to be creepy. It is open source and designed to be self-hosted. You might even find the interface easy to use.
5 EmotiVoice A powerful open source TTS engine that supports bilingual Chinese and English, contains more than 2,000 different timbres, and a unique emotion synthesis function that supports the synthesis of speech containing a wide range of emotions such as happiness, excitement, sadness, anger, etc. EmotiVoice provides an easy-to-use web interface, as well as a scripting interface for batch generation of results.
6 pyvideotrans Video translation tool that translates videos in one language into another language and dubbing. Speech recognition is based on the openai-whisper offline model, text translation uses the google|baidu|chatGPT translation interface, and text speech synthesis uses Microsoft Edge tts.
7 Awesome-Love-Code Confession Code Collection ~ Who says programmers don’t understand romance?
8 modelscope A "Model as a Service" (MaaS) platform designed to bring together the most advanced machine learning models from the AI ​​community and simplify the process of using AI models in real applications. The ModelScope library enables developers to perform inference, training, and evaluation through a rich API design that promotes a unified experience with state-of-the-art models across different AI domains. The ModelScope Library provides model contributors with the necessary layered APIs to integrate models from CV, NLP, speech, multimodal, and scientific computing into the ModelScope ecosystem. The implementations of all these different models are encapsulated in a simple and uniformly accessible way, allowing users to complete model inference, fine-tuning, and evaluation with just a few lines of code. At the same time, the flexible modular design allows you to customize different components in the model training and inference process when necessary. ModelScope has open sourced hundreds (currently 700+) models, covering natural language processing, computer vision, speech, multi-modality, scientific computing, etc., including hundreds of SOTA models. Users can enter the model center of the ModelScope website (modelscope.cn) for zero-threshold online experience, or experience the model in Notebook mode.
9 yt-dlp A forked project based on YouTube-dl, also developed based on the no longer active youtube-dlc. The project aims to add patches, features and improvements, keeping up to date with the official project. yt-dlp provides more options and functions, allowing users to download YouTube videos and content more flexibly to meet various download needs.
10 to me Manim (Mathematical Animation Engine) is an open source engine for creating mathematical animations. It is mainly used to produce high-quality mathematical animations, especially the visual presentation of mathematical concepts and formulas. Manim is a community-driven project whose goal is to make mathematics education and research more visual and engaging.
11 google-images-download Allows us to download hundreds of images from Google to our local computer at once. The way this tool works is to install the library, use the command, pass the required keywords as arguments, and let the tool work its magic. Essentially, it searches for images with specified keywords in the Google Images index and downloads them once found.
12 Photon A powerful and easy-to-use web crawler built in Python. s0md3v's lightweight and fast crawler follows the guidelines and methods of the Open Source Intelligence Framework, which allows the collection and analysis of information obtained from open or public sources. The many sources that Photon can scrape information from include: URLs, including URLs with parameters Social media accounts, emails PDFs, pngs, XML documents, etc. File subdomains JavaScript files Photon saves all the extracted information in an organized way, even Export as JSON file. The tool also provides various options to customize the way it works, such as controlling timeouts, excluding some URLs, and more.
13 marker Convert PDF to markdown format


 

Category:  Python Open Source Project Weekly Ranking Tags: TTS PDF Image Markdown Packet Capture Mixer MaaS



Note: The current article will be updated from time to time. If you have better suggestions for this article or new materials to recommend, you can click:  Welcome to share excellent websites  .

Guess you like

Origin blog.csdn.net/cbbxn/article/details/135427294