-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
File Compression / Decompression Tool
To implement a Python-based utility that allows users to compress and decompress files or folders directly from "PyEveryday".
Users should be able to:
- Select files/folders to compress into .zip or .tar formats.
- Decompress existing archive files to a chosen location.
- Optionally display compression stats (original vs compressed size).
If you ask me why?
then my answer is file compression is a daily need for saving storage and sharing files. Decluttering is a serious issue nowadays.
Smart Clipboard Manager
Create a Python-based clipboard manager that:
- Tracks the user’s clipboard history.
- Allows users to store frequently used text snippets with labels.
- Provides search/filter functionality to quickly retrieve snippets. (For easy search)
This is easy to implement with the pyperclip python library
Benefit: clipboard management is extremely practical for coding, writing, and everyday workflows.
Reactions are currently unavailable