OrganiseDesktop
OrganiseDesktop copied to clipboard
Python script that cleans up a messy desktop
I tried running setup. It opened cmd then closed. Then I ran activate.sh, that too opened and closed. How does this thing work????
Hey! I am a new contributor, also new to Git, so I would appreciate if you would accept me in this project, and perhaps guide me as I develop/contribute to...
I've installed all the requirements as mentioned but I keep getting this error. Not sure what the problem is PLEASE HELP. `D:\OrganiseDesktop-master\OrganiseDesktop-master (env) λ python organise_desktop\Clean.py Traceback (most recent call...
Currently the program only works for windows, if anyone could add support for more operating systems that would be highly appreciated. Mac OS, Ubuntu etc.. anything you are comfortable with....
Slack invite link in README.md and CONTRIBUTING.md is broken, It should be replaced to new one.
What if we convert the TKinter GUI into a web app and serve it through flask
This change removes the need to parse arguments from sys.argv by using Click in order to handle the command line arguments. The flags that can be used have been modified...
If so, how do you want to automate it? Do you want to run a timer in the script and leave it running, or create a bash script that runs...
We have to add a Coding style to this project. :bowtie: Most variables are not camelcase ore use "_" for the legibility. > We should follow [PEP8](https://www.python.org/dev/peps/pep-0008/) and [PEP257](https://legacy.python.org/dev/peps/pep-0257/#id12) to...
There seems to be quite a bit of coupling going on between the front end and the back end. I want to reduce that and make it usable as a...