Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user, I want to compress all files in a folder, so I can save local disk space. #7

Open
3 tasks
trhopkins opened this issue Mar 8, 2022 · 0 comments
Labels
user story As a blank, I want to blank, so that blank

Comments

@trhopkins
Copy link
Collaborator

  • Research a list of potential compression options
    • Consider .tar.gz, .zip, ,rar, .bzip2, etc.
    • How will these things be read by other components of the system? Explain in your PR.
  • Add a Python script which compresses a directory
    • Consider the zipfile package in Python?
  • Write a simple program which downloads and zips a website
@trhopkins trhopkins changed the title As a user, I want the program to compress all files in a folder, so I can save local disk space. As a user, I want to compress all files in a folder, so I can save local disk space. Mar 8, 2022
@trhopkins trhopkins added the user story As a blank, I want to blank, so that blank label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user story As a blank, I want to blank, so that blank
Projects
None yet
Development

No branches or pull requests

1 participant