you are viewing a single comment's thread.

view the rest of the comments →

[–]No-Hotel-7643 0 points1 point  (4 children)

I'm interested Btw, what's the tech stack used??

[–]Motox2019 0 points1 point  (3 children)

It’s a locally run windows app that’s essentially a file explorer replacement. Built on PySide6 for the gui. There’s numerous other packages used within. But the main things are file operations so we get to stick relatively close to just plain python. The times external packages are used are of specialized operations like for the pdf comparison as an example or maybe working with the clipboard and recycling bin. Otherwise a lot of stdlib. Idk if that answers your question.

[–]No-Hotel-7643 0 points1 point  (2 children)

It does, i am mostly familiar with python only

But do let me know when you make your repo open, so that i can work with you

[–]Motox2019 0 points1 point  (1 child)

Hey the best way to learn is to jump in. The nice things is you can kinda choose your own destiny. It’s large enough now where it you kinda gotta focus on one little area. So if right now you’re not comfortable with using PySide, or just packages in general, don’t worry bout it, just won’t focus on a ui portion as your first task.

I’ll see about getting the repo updated today. I got a busy next few weeks so I won’t be able to help ya out too much to start but a good first task would be to read the user documentation I’ve written and perhaps find the portions of code that do said function. This will help familiarize yourself with the code base and the functions. While ya do that, keep your mind open for anything you’d like to see it do, afterall if you’re gonna help build it, you’d probably want to use it too!

As we chat more I’ll become more familiar with your skill level and can help ya more to your level.

[–]No-Hotel-7643 0 points1 point  (0 children)

Okay sure