Ash515 / AutomaDesk

Desktop Files Organizing Automation
19 stars 27 forks source link

Build a robust gui using tkinter that can handle almost every desktop organizing task initiated in the backend #23

Open sesiii opened 4 months ago

sesiii commented 4 months ago

Using Tkinter to build a interface whuc is simple to use and also versatile to use on any operating system

mvp-2003 commented 4 months ago

Yes this is what I am talking about. A GUI app that starts a thread that runs in the background to do the functions.

sesiii commented 4 months ago

Yes, i have prior experience in building a python tkinter app in my software engineering lab assignment where i was asked to build a tkinter application capable to handling requests like maintaining students' data in a school, managing records, deleting existing records, etc.,

you can refer it here https://github.com/sesiii/Assignments_SWE_Lab/tree/main/Assignment_2 in the models,py file

mvp-2003 commented 4 months ago

@sesiii I would recommend CustomTkinter, which is a more advanced and upgraded version of Python Tkinter library. CustomTkinter creates more interesting visuals and eye-catching.

sesiii commented 4 months ago

Yep, found it super cool looking compared to tkinter

karanmanglani commented 4 months ago

I can work on this issue since i have worked on tkinter previously for many projects.

Please assign me this issue indee gssoc 24 and give it a level also.

My Previous Works :-

  1. https://github.com/Shauryacious/visioniyam/blob/main/python/main.py

  2. https://github.com/karanmanglani/MyPythonCode/blob/main/Project%20Applications/Kpad/main.py

  3. https://github.com/karanmanglani/MyPythonCode/blob/main/Project%20Applications/Cryptographer/main.py

mvp-2003 commented 4 months ago

@sesiii this would need some class and objects so that different automation tabs open up their respective pages on which their interactable are provided.

Santana-aa commented 4 months ago

I have done few projects using Python's Tkinter library and I want to contribute to this project. Please assign me this issue. Projects that I have done using Tkinter are-

  1. https://github.com/Santana-aa/weather_app
  2. https://github.com/Santana-aa/randomPasswordGenerator
mvp-2003 commented 4 months ago

@sesiii we need to enhance the UI using CustomTkinter. If you are ready for that, we both can work on it together. If you want to join in, we already have a few people trying to work on the UI/UX. We need to come up with a common UI.

sesiii commented 4 months ago

Sure, I am in Will work together then

sesiii commented 4 months ago

What is the update on this @mvp-2003? are you working on this?

mvp-2003 commented 4 months ago

Yes I am using CustomTkinter. I have created the main frames and 2 sub-pages. I will upload it soon. You can take from there, because I will have to get started with the multi-threading and system calls part. Also I am waiting a little for the personal project channels to get created in Discord. Communication is tough.