Metadata-Version: 2.1
Name: pybeautify
Version: 2.0
Summary: Beautify
Home-page: https://github.com/CKVB/Beautifier
Author: Chaitanya Krishna VB
Author-email: python7460@gmail.com
License: MIT LICENSE
Description: # Beautifier
        
        ## Install this package : pip install pybeautify
        
        ## Open the python console and type : import beautify
        
        Beautifier is a windows application for arranging the files within a folder.
        # Everybody want their files to be arranged in an organized way within a folder.
        # So let's see an application that does this for us.
        ## Let's have a look at the folder in which the files are not well organized 🤢.
        # Before running the application.
        ![before](https://user-images.githubusercontent.com/39863022/59163963-d929f580-8b24-11e9-98eb-3cadc20f10a8.png)
        ## Now let's see the same folder when the files within the folder are properly organized (Beautified)😍.
        # After running the application.
        ![after](https://user-images.githubusercontent.com/39863022/59164054-f9a67f80-8b25-11e9-9759-ebdaf62e0b73.png)
        ## So how to run the application 🤔.
        You can either clone this repository or download only the installer
        ## For better user experience try the installer.
        Once after downloading the installer / cloning the repository.
        # Run the application.
        ![Capture](https://user-images.githubusercontent.com/39863022/75525785-7bcd3000-5a36-11ea-8357-9e3449d1b7e0.PNG)
        # Copy the path of your target folder.
        ![path](https://user-images.githubusercontent.com/39863022/59164363-5c4d4a80-8b29-11e9-904a-f21313db9b80.png)
        # Paste the path in your application. 
        ![Capture2](https://user-images.githubusercontent.com/39863022/75525909-b931bd80-5a36-11ea-8122-c3be4c84ce65.PNG)
        # Click the Beautify button and see the magic happen.
        # In case if you need to undo the changes click the Undo Button and the changes will be reverted.
        ![Captur5e](https://user-images.githubusercontent.com/39863022/75526004-ec744c80-5a36-11ea-9f0b-0901d79e9037.PNG)
        # Files back to their initial state.
        ![before](https://user-images.githubusercontent.com/39863022/59163963-d929f580-8b24-11e9-98eb-3cadc20f10a8.png)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
