https://github.com/tmhsdigital/cscan
https://github.com/tmhsdigital/cscan
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmhsdigital/cscan
- Owner: TMHSDigital
- License: other
- Created: 2025-07-08T16:16:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T03:21:14.000Z (7 months ago)
- Last Synced: 2025-07-09T03:25:53.613Z (7 months ago)
- Language: Python
- Homepage: https://tmhsdigital.github.io/cScan/
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cScan - Cross-Platform Cleanup Assistant
A comprehensive disk cleanup utility for Windows, macOS, and Linux that helps you reclaim disk space with advanced safety features and intelligent file analysis.
## Documentation
**Full documentation is available at: [https://TMHSDigital.github.io/cScan/](https://TMHSDigital.github.io/cScan/)**
## Quick Start
```bash
# Clone repository
git clone https://github.com/TMHSDigital/cScan.git
cd cScan
# Install dependencies
pip install -r requirements.txt
# Run cScan
python cScan.py # Windows
python3 cScan.py # macOS/Linux
```
## Key Features
- **Cross-Platform**: Works on Windows, macOS, and Linux
- **Smart Analysis**: AI-like file categorization and safety assessment
- **Safety First**: 7 layers of protection, trash/recycle bin integration
- **Smart Suggestions**: Intelligent cleanup recommendations
- **Multiple Modes**: GUI, CLI, and automated options
## Requirements
- Python 3.6 or higher
- psutil library (`pip install psutil`)
## Documentation Links
- [Installation Guide](https://TMHSDigital.github.io/cScan/README.html)
- [Cross-Platform Guide](https://TMHSDigital.github.io/cScan/CROSS_PLATFORM_GUIDE.html)
- [Feature Documentation](https://TMHSDigital.github.io/cScan/IMPROVEMENTS.html)
- [Technical Details](https://TMHSDigital.github.io/cScan/FIXES_APPLIED.html)
## Contributing
We welcome contributions! Please check our [documentation](https://TMHSDigital.github.io/cScan/) for guidelines.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---