GithubHelp home page GithubHelp logo

organizefolders's Introduction

Welcome to Organize Folders ๐Ÿ‘‹

Version Documentation License: GNU GPLv3

Program to organize diverse files into folders.

This program uses as source of info a json file that has an array of objects, and each object has an keyword with it's value, in this case "extensions": ".docx/.doc/..." "foldername": "Word Files" "exceptions": ""

Extensions is the extensions of files that the python script will look for to move them to a folder with the name that's inside of "foldername", and it will create the folder if it doesn't exist.

Exceptions is the files the user don't want to be pushed to inside the folder.

Using python to read the json file and do the hard work with the files. Using c# for the GUI and to insert or edit the data on the json file.

Took me about a month and half to do it because i had some dumb problems, but i finally resolved them.

If you want to use this program just run the "PFO Installer.exe" and wait until it's done installing, when done, you can either start using it (it will having some basic extensions already inserted), or you can open "PFO GUI" that will be in your desktop and add more extensions, exceptions, etc... , edit the ones that already exist or delete some.

To use it's super simple, just open the folder you want to organize, right click inside it, and search for the option "Organize Folder", and hit it, it will then organize the files that the script recognizes from the json to the respective folder.

Note: This project was done 2 years ago from this re-upload (2020) but i didn't had the right files uploaded because i didn't really know how github worked at the time

Install

All of the following commands need to be done inside the Script folder

1

pyinstaller --onefile -n="PFO.exe" script.pyw

2

pyinstaller --onefile -n="PFO Uninstaller.exe" uninstaller.pyw

3

Create a .zip folder called GUI with a GUI folder inside, the content of the GUI folder is the files inside the GUI/bin/debug

4

pyinstaller --onefile --add-data="extensions.json;ext" --add-data="PFO.exe;main" --add-data="PFO Uninstaller.exe;unin" --add-data="uninstall.ico;icon" --add-data="gui.ico;icon" --add-data="GUI.zip;GUI" --add-data="uninstall pfo.bat;bat" -n="PFO Installer" installer.py

Author

๐Ÿ‘ค Gustavo Nascimento

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a โญ๏ธ if this project helped you!

๐Ÿ“ License

Copyright ยฉ 2022 Gustavo Nascimento.
This project is GNU GPLv3 licensed.


This README was generated with โค๏ธ by readme-md-generator

organizefolders's People

Contributors

guuuu avatar

Watchers

 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.