Metadata-Version: 2.1
Name: systemize
Version: 0.0.1
Summary: Systemize automatically organizes all of your files into the grouping of a similar kind together, getting rid of clutter
Home-page: https://github.com/ayushman17/Systemize
Author: Ayushman Singh Chauhan
Author-email: ascb508@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Systemize


![Twitter Follow](https://img.shields.io/twitter/follow/ayushman_17?label=Follow&style=social)

Project name is a `Systemize` that `Helps` you to `organize your PC by automatically organizes all of your files into the grouping of a similar kind together` such as images, PDFs, presentations, videos, and others, getting rid of clutter. So itâ€™s easy to keep it tidy and find exactly what  youâ€™re looking for.

``With Systemize, a cluttered desktop/folders are a Thing of the Past.``
When you run Systemize, it expands to show the grouped files.


## Prerequisites

Before you begin, ensure you have met the following requirements:

* âœ…Be sure You have installed the latest version of `Python 3.x+` and `pip` (optional) by running these on your command prompt:
---
> - `python --version`
> - `pip -V`
---

* âœ…You have a `Windows/Linux/Mac` machine.
* âœ…And `the desktop/folder that get very cluttered`.

## Installing Systemize

To install Systemize, follow these steps:

Linux and macOS:
```
pip install systemize
```

Windows:
```
pip install systemize
```
## Using Systemize

To use `Systemize`, follow these steps:

---
> **Note:**
> - âœ…Be sure to be inside the folder you want to organize the disorderðŸ§½and running python on your command prompt
---
```
import systemize
systemize.here() 
```


## Contributing to Systemize

To contribute to Systemize, follow these steps:

1. Fork this [repository](https://github.com/ayushman17/Systemize).
2. Create a branch: `git checkout -b <branch_name>`.
3. Make your changes and commit them: `git commit -m '<commit_message>'`
4. Push to the original branch: `git push origin <project_name>/<location>`
5. Create the pull request.

Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).


## Contact

If you want to contact me you can reach me at <ascb508@gmail.com>.

## License
<!--- If you're not sure which open license to use see https://choosealicense.com/--->

This project uses the following license: [MIT License](https://github.com/ayushman17/Systemize/blob/master/LICENSE.txt).

