# CLEANMYPC
**CleanMyPC** is a Python library that helps you clean cache, temporary files, and junk from your PC, freeing up space and improving performance.
## Features
- Delete user and system temporary files
- Clean user cache
- Option to move files to trash instead of permanent deletion
- Confirmation prompt before deleting (optional)
- Prints deleted files and freed space (debug mode)
- Confirmation and debug are enabled in default
- Move file to trash instead of permanent deletion isn't enabled in default
## Installation
```bash
pip install cleanmypc
```
## Usage
```python
import cleanmypc
# Delete all temporary files
cleanmypc.delete_all_temporary_files()
# Delete user cache and temporary files
cleanmypc.delete_all()
# Delete user temporary files
cleanmypc.temp.delete_user_temporary_files()
# Delete system temporary files
cleanmypc.temp.delete_system_temporary_files()
# Delete cache files
cleanmypc.cache.delete_user_cache()
```
## License
MIT License — see the LICENSE file.
Contributions are welcome! Open an issue or a pull request on GitHub.
Raw data
{
"_id": null,
"home_page": "https://github.com/Mandel123e/cleanmypc",
"name": "cleanmypc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "clean, cache, temporary files, pc, python",
"author": "Mandel123e",
"author_email": "Mandel123e <mandel123e@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a3/87/4e60876f9f5c7d8ef6b20a1f6928f5b5b1c3ca99b9c51c50beb5f1f935b5/cleanmypc-1.0.3.tar.gz",
"platform": null,
"description": "# CLEANMYPC\r\n\r\n**CleanMyPC** is a Python library that helps you clean cache, temporary files, and junk from your PC, freeing up space and improving performance.\r\n\r\n## Features\r\n\r\n- Delete user and system temporary files \r\n- Clean user cache \r\n- Option to move files to trash instead of permanent deletion \r\n- Confirmation prompt before deleting (optional) \r\n- Prints deleted files and freed space (debug mode) \r\n- Confirmation and debug are enabled in default\r\n- Move file to trash instead of permanent deletion isn't enabled in default\r\n\r\n## Installation\r\n\r\n```bash\r\npip install cleanmypc\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nimport cleanmypc\r\n\r\n# Delete all temporary files\r\ncleanmypc.delete_all_temporary_files()\r\n\r\n# Delete user cache and temporary files\r\ncleanmypc.delete_all()\r\n\r\n# Delete user temporary files\r\ncleanmypc.temp.delete_user_temporary_files()\r\n\r\n# Delete system temporary files\r\ncleanmypc.temp.delete_system_temporary_files()\r\n\r\n# Delete cache files\r\ncleanmypc.cache.delete_user_cache()\r\n```\r\n\r\n## License\r\nMIT License \u2014 see the LICENSE file.\r\n\r\nContributions are welcome! Open an issue or a pull request on GitHub.\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python library to clean cache and temporary files from your PC",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/Mandel123e/cleanmypc",
"Repository": "https://github.com/Mandel123e/cleanmypc"
},
"split_keywords": [
"clean",
" cache",
" temporary files",
" pc",
" python"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1656a5c2098d26073fab21688468d1cf66743b343cd2f717ede1ff6cdceb0a3a",
"md5": "fc52077601876936bf026887ae857fe3",
"sha256": "bc68865215174f7ecf3ce2fe4e8116db5d2f5708354fa4a2e254649913ce5907"
},
"downloads": -1,
"filename": "cleanmypc-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fc52077601876936bf026887ae857fe3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 5002,
"upload_time": "2025-07-26T22:59:15",
"upload_time_iso_8601": "2025-07-26T22:59:15.717918Z",
"url": "https://files.pythonhosted.org/packages/16/56/a5c2098d26073fab21688468d1cf66743b343cd2f717ede1ff6cdceb0a3a/cleanmypc-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a3874e60876f9f5c7d8ef6b20a1f6928f5b5b1c3ca99b9c51c50beb5f1f935b5",
"md5": "970f6d230bc6b385e9d0491b507b50fd",
"sha256": "796e70b8ba8c9d7852bfc70e1e5529131a056fe31f99a0cb133aaf9a6520e686"
},
"downloads": -1,
"filename": "cleanmypc-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "970f6d230bc6b385e9d0491b507b50fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4328,
"upload_time": "2025-07-26T22:59:16",
"upload_time_iso_8601": "2025-07-26T22:59:16.811497Z",
"url": "https://files.pythonhosted.org/packages/a3/87/4e60876f9f5c7d8ef6b20a1f6928f5b5b1c3ca99b9c51c50beb5f1f935b5/cleanmypc-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-26 22:59:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Mandel123e",
"github_project": "cleanmypc",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "cleanmypc"
}