ArrangePy
ArrangePy copied to clipboard
Organizes files in folders and helps you to clean your PC
this commit solves #78 the 'Flask' package in requirements.txt is strictly specified to be 1.1.2 whereas its dependencies(jinja2 in this case) are downloaded to latest versions. This leads to a...
ImportError: cannot import name 'escape' from 'jinja2'.
Currently to edit the configuration of arranging, one can edit the config.ini file in case the person isntalled it using Github. But there is no such way when installed using...
The build log, as of now is kind of basic and in the main itself, also it is not very user-friendly. I would like to make a clean version of...
This is a PR against [Issue 46](https://github.com/prashantsengar/CleanPy/issues/46#issue-773783388) I have modified the sys argv methods and added CLI through 3 different arguments 1) Required clean_dir variable to clean, throws OSERROR if...
the name is self explanatory i guess . Assign me if you feel it's needed.
If I do a wrong arrange, or due to any other reason, I might want to undo the last arrange. **How to undo** We will have to save the last...
I've created 2 files (1 with CLI and other with GUI) which gets the information of large files in the specified folder by the user. Few Changes are to be...
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...