Skip to content

Commit

Permalink
Merge pull request #12 from WD-Scott/updates_initial
Browse files Browse the repository at this point in the history
updated readme with issues to address
  • Loading branch information
WD-Scott authored Jul 30, 2024
2 parents aef706e + 6473748 commit 31a4b79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[![Application_Build](https://github.com/WD-Scott/Downloads_Cleaner/actions/workflows/validation.yml/badge.svg)](https://github.com/WD-Scott/Downloads_Cleaner/actions/workflows/validation.yml)

<details>
<summary><h1 style="font-size: 22px;">Issues to Address</h1></summary>
* Build fails if user doesn't have Xcode on their Mac.
* MacOS blocks the application from running, reports "termination reason: namespace SIGNAL, code 6 abort trap: 6"
</details>

# Downloads_Cleaner
Personal project to practice Python skills while building something useful — a semi-automated way to clean the Downloads directory!

Expand All @@ -11,6 +17,7 @@ Personal project to practice Python skills while building something useful — a
<details>
<summary><h2 style="font-size: 22px;">Synopsis</h2></summary>


How often have you downloaded documents, pictures, code files, etc., and found yourself scrolling through a vast and unorganized Downloads folder to try and find something you want or need?

I created the `Downloads_Cleaner` as a means of organizing the Downloads directory on MacOS. It's not yet OS-agnostic. I created a few Python module files with functions that I first utilized via a makefile, but this small personal project quickly grew as others asked if they could also use it. Thus, I readjusted the code base and used `PySimpleGui` and `PyInstaller` to create a basic graphical user interface -- effectively turning the Python code base into an executable application.
Expand Down

0 comments on commit 31a4b79

Please sign in to comment.