openai /
openai-agents-python
A lightweight, powerful framework for multi-agent workflows
97/100 healthLoading repository data…
AbdullahMansurii / repository
A lightweight Python tool that automatically organizes your messy Downloads folder into neat, categorized subfolders. It scans the folder, detects file types, and moves them into directories like Images, Videos, Documents, Music, Code, and more. Fully customizable, single-file, and designed to run quietly in the background
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A small Python utility to automatically sort files in your Downloads folder into categorized subfolders (Images, Videos, Docs, Code, etc.). Lightweight, single-file, and easy to customize.
_Images, _Videos, _Docs)._.Lists all items in the target PATH_DOWNLOADS folder.
For each file (non-directory), it extracts the extension and checks CATEGORIES mapping.
Creates a category folder (if not present) and moves the file using shutil.move.
Files with unknown/unsupported extensions are moved to _Others.
No sensitive data is present in the code (no API keys or passwords). Safe to publish. Be careful moving system or installer files: The current CATEGORIES contains "System": [".ini", ".dll"]. Moving .dll/.ini files can break installed applications or Windows behaviour. Consider removing system extensions or adding safeguards. Test with a dry-run first: Add a dry-run mode that prints moves without performing them. Back up important files before first run. Run with normal user privileges (avoid running as admin/root). Be careful with cloud-sync/important folders (e.g., don't point PATH_DOWNLOADS at a folder used by other apps).
Selected from shared topics, language and repository description—not editorial ratings.
openai /
A lightweight, powerful framework for multi-agent workflows
97/100 healthserengil /
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
97/100 healthAdd a --dry-run CLI flag (print actions without moving). Use argparse to accept target folder and options. Handle filename collisions (e.g., append suffix or timestamp). Option to move to trash (send2trash) instead of permanently moving. Add configurable exclude patterns (folders or filename globs). Add logging (file-based) and unit tests.
git clone https://github.com/<your-username>/downloads-sorter.git
cd downloads-sorter
python -m venv venv
source venv/bin/activate # mac/linux
venv\Scripts\activate # windows
pip install -r requirements.txt # optional (no external deps required)
lsdefine /
Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption
92/100 healthalirezamika /
A Smart, Automatic, Fast and Lightweight Web Scraper for Python
92/100 healthmsiemens /
TinyDB is a lightweight document oriented database optimized for your happiness :)
94/100 healthmarshmallow-code /
A lightweight library for converting complex objects to and from simple Python datatypes.
91/100 health