Open-source Windows cleanup, startup, optimization, and security toolkit
Project description
PCSuite
PCSuite - Professional PC Cleaning Suite
PCSuite is a robust, modular, and user-friendly PC cleaning suite for Windows, featuring advanced analytics, automation, and a modern GUI. It is designed for both power users and everyday users who want to keep their systems clean, fast, and safe.
Features
- Advanced CLI: Clean, quarantine, inspect, and manage your system from the command line with rich options and automation.
- Analytics: View cleaning stats, trends, recommendations, and export reports to CSV.
- Automation: Schedule cleanups using real Windows Task Scheduler integration.
- GUI: Modern PyQt5 interface with live stats, one-click cleaning, scheduling, and quarantine management.
- Quarantine: Safely isolate and restore files, with full management from CLI and GUI.
- Power-user tools: Inspect reports, filter cleaning, and more.
Installation
- Clone the repository:
git clone https://github.com/LogunLACC/PCSuite.git cd PCSuite
- Create and activate a virtual environment (recommended):
python -m venv .venv .venv\Scripts\activate # On Windows
- Install dependencies:
pip install -e .
Usage
Command Line Interface (CLI)
Run the main CLI:
python -m pcsuite.cli.main [COMMAND] [OPTIONS]
Cleaning
python -m pcsuite.cli.main clean run --mode quarantine --yes
Analytics
python -m pcsuite.cli.main analytics stats
python -m pcsuite.cli.main analytics trends
python -m pcsuite.cli.main analytics recommend
python -m pcsuite.cli.main analytics export analytics_export.csv
Scheduling (Automation)
python -m pcsuite.cli.main schedule create --name "WeeklyClean" --when weekly --time 03:00
python -m pcsuite.cli.main schedule list
python -m pcsuite.cli.main schedule delete --name "WeeklyClean"
Quarantine Management
python -m pcsuite.cli.main quarantine list
python -m pcsuite.cli.main quarantine restore <filename> --yes
python -m pcsuite.cli.main quarantine purge --yes
Graphical User Interface (GUI)
Launch the GUI:
python -m pcsuite.gui.main
Features:
- Live stats and analytics
- One-click cleaning
- Schedule management
- Quarantine management (restore/purge)
Reports & Quarantine
- Cleaning reports are saved in the
reports/directory as JSON files. - Quarantined files are stored in the
Quarantine/directory, with metadata in.meta.jsonfiles.
Requirements
Contributing
Pull requests and feedback are welcome!
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pcsuite-1.0.1.tar.gz.
File metadata
- Download URL: pcsuite-1.0.1.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46fbea873b0ba36352ececbf333868e8e6f0122aaf7ceabe63e3a0049063ab1a
|
|
| MD5 |
4176822c7a5f6e42cf7f0388903c0859
|
|
| BLAKE2b-256 |
6eb7c4b2f8c1bb05271ed553e9d74511056fd31a5f1abca71acce813232779ac
|
File details
Details for the file pcsuite-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pcsuite-1.0.1-py3-none-any.whl
- Upload date:
- Size: 41.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd0a35c1cbbb190bd92899b72d108fcdb310f2dfe6fe6ec570af1a382840620c
|
|
| MD5 |
84739497bb35a5604127bcefef59decf
|
|
| BLAKE2b-256 |
b6f72359bc839aea9360695b05003e24dd5c2dc886dc09867a4a01716084d161
|