blavejr / OrganiseDesktop

Python script that cleans up a messy desktop
MIT License
92 stars 78 forks source link

Add a GUI #1

Closed blavejr closed 6 years ago

blavejr commented 7 years ago

If anyone could help with adding a simple GUI that would be great, something with tkinter maybe, I don't know you have freedom to do anything.

curiousjazz77 commented 7 years ago

Quick question - Are there certain things you'd like to GUI to do and where would you like its placement? How would it interact with your existing code?

blavejr commented 7 years ago

I don't really have a plan, but I was thinking there can be one button to run the main script and maybe a few others for settings etc, but I was thinking of a design with one main button, but you are again free to do anything you like., What do you plan to make the Gui with? TKinter?

rafimatchen commented 7 years ago

Hi, I could have a go at it with TKinter.

blavejr commented 7 years ago

Sure, not a problem. have fun :)

mitrakic commented 7 years ago

Is this issue still on going? I have some experience with TKinter (There's a Calculator project on my profile that I used it in) and I would love to give this a go.

blavejr commented 7 years ago

Hey @mitrakic yeah its still going on, have a crack at it. We need all the help we can get. Have fun :)

mitrakic commented 7 years ago

Hey, I added a GUI with one basic "Run" button, and fixed a couple bugs I saw in the setup and clean files. When you talked about other buttons for settings, what kind of settings were you referring to? Please take a look at what I have so far and let me know if you want me to add any other functionality or change anything.

galennare commented 7 years ago

Created a pull request with code for this issue

son-vyas commented 7 years ago

Hey @mitrakic , I have some experience in TKinter, can I help in any way. Please let me know.