File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2025-03-16 |
![]() |
[c7af40] Add installer executables and update .gitignore... |
LICENSE | 2025-02-21 |
![]() |
[214cfd] Initial commit |
OrgAI.iss | 2025-03-14 |
![]() |
[c3f383] Update download link in index.html and add Inno... |
OrgAI.py | 2025-03-12 |
![]() |
[3c4ba0] fix icon and index.html |
OrgAI.spec | 2025-03-12 |
![]() |
[3c4ba0] fix icon and index.html |
OrgAI_Installer.zip | 2025-03-17 |
![]() |
[9477d2] Add OrgAI installer ZIP file and update downloa... |
README.md | 2025-03-12 |
![]() |
[3c4ba0] fix icon and index.html |
image.png | 2025-02-21 |
![]() |
[162ff5] 'upload' |
index.html | 2025-03-17 |
![]() |
[9477d2] Add OrgAI installer ZIP file and update downloa... |
logo.ico | 2025-03-12 |
![]() |
[3c4ba0] fix icon and index.html |
pyinstaller | 2025-02-21 |
![]() |
[162ff5] 'upload' |
requirements.txt | 2025-02-21 |
![]() |
[162ff5] 'upload' |
robots.txt | 2025-03-12 |
![]() |
[334789] robots.txt |
OrgAI é um aplicativo que organiza os arquivos de uma pasta com base na extensão dos mesmos. Se você tem vários arquivos na pasta de Downloads, experimente usar este programa para organizar cada arquivo para dentro de sua pasta corresponde ao tipo de arquivo.
bash
# Windows 10/11
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python OrgAI.py
pyinstaller --onefile --windowed --icon=logo.ico --add-data "logo.ico;." orgai.py