Metadata-Version: 2.1
Name: fryptos
Version: 0.1.0
Summary: Encrypt files.
Home-page: https://github.com/pyohei/Fryptos
Author: Shohei Mukai
Author-email: mukaishohei76@gmail.com
License: MIT
Description: ## ABOUT
        
        Fryptos is tool to encrypt file name.  
        With this tool, you can encrypt file name like below.  
        
        ## EXAMPLE
        
        The below example is conversion from `test/org` directory to `test/dst` directory.  
        
        BEFORE(original files)
        
        ```
        test/org
        ├── 1.txt
        ├── 2.txt
        ├── 3.txt
        ├── 4.txt
        ├── 5.txt
        └── 6.txt
        ```
        
        after
        
        ```
        test/dst/
        ├── 9Nz7NL
        │   └── nbeJSji
        │       └── fxnuzeNt.txt
        ├── MRTVqSV
        │   └── 3kwDnV
        │       └── tpQsRT
        │           └── mGtqGw
        │               └── WicyFt
        │                   └── NVomHofu.txt
        ├── P_QS_
        │   └── FWUk4j8
        │       └── aQsRybvB.txt
        ├── Q5Mm9e
        │   └── VyV45
        │       └── 4PXczX
        │           └── a2I78gG.txt
        ├── UywyET
        │   └── MJEGyZ8q
        │       └── -qk-2zF
        │           └── wkViE5
        │               └── 11MM1
        │                   └── R7NS2.txt
        └── w4JyrDpsX
            └── eKSw7zaKH
                └── N8_yY-L
                    └── h-xXecKy_.txt
        ```
        
        ## INSTALL
        
        You can install from pip.
        
        ```
        pip install fryptos
        ```
        
        ## USAGE
        
        After you prepare original file directory(`hoge/org`) and destination directory(`hoge/dst`), you use this program like below.
        
        ```
        fryptos hoge/org hoge/dst
        ```
        
        More detail usage can be seen from `-h/--help` option.
        
        ## MISC
        
        This repository name is originated from the word of Kryptos which means encrypt in Greek.  
        Fryptos is my original word of file + Kryptos.  from the word of
        
        ## LICENCE
        
        * MIT
        
Keywords: encrypt file
Platform: UNKNOWN
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
