# Gleaner **Repository Path**: ylzheng/Gleaner ## Basic Information - **Project Name**: Gleaner - **Description**: Sort messy files on the desktop into folders. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gleaner ![](https://img.shields.io/badge/platform-windows-orange.svg) >someone who gathers something in small pieces slowly and carefully Gleaner helps you sort messy files on the desktop into folders. ## Features - Built with [Nuitka](https://nuitka.net/), faster and lighter, and for compatibility,`pyinstaller` version is also available. - Easy to access, you can find it on the context menu of the desktop. - Reliable log system for undoing. ## Development ```cmd set CONDA_FORCE_32BIT=1 conda create -n 32bit python=3.7 set CONDA_FORCE_32BIT= conda activate 32bit pip install -r requirements.txt ``` ## Build ```bash sh nu_bild.sh ``` ## Reference - [OrganiseDesktop](https://github.com/blavejr/OrganiseDesktop): Python script that cleans up a messy desktop - [Nuitka](https://nuitka.net/): Nuitka is a Python compiler written in Python. - [PyInstaller](http://www.pyinstaller.org/) - [Python打包exe(32/64位)-Nuitka再下一城](https://zhuanlan.zhihu.com/p/141810934) - [CopyTranslator](https://github.com/CopyTranslator/CopyTranslator): Foreign language reading and translation assistant based on copy and translate. ## License The code is licensed under GNU GENERAL PUBLIC LICENSE 2.0. For more details, read the [LICENSE](./LICENSE) file.