Metadata-Version: 2.1
Name: eki
Version: 0.0.7
Summary: MyAnimeList tracker for local anime files.
Home-page: https://github.com/laxyapahuja/eki
Author: Laxya Pahuja
Author-email: laxya.pahuja8@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/laxyapahuja/eki/README.md
Project-URL: Source, https://github.com/laxyapahuja/eki
Description: # æ˜“ eki
        MyAnimeList tracker for local anime files
        eki is a MyAnimeList tracker for your downloaded anime TV series and movies. Currently supports VLC Media Player for Windows only.
        
        # Updates
        v0.0.7
        
        - Renames your anime files to properly formatted episode titles (format: `[anime name] E[episode number] - [episode title]`)
        
        
        # Installation
        
        ```
        pip install eki
        ```
        
        # How to use
        To start using it, open command prompt in the folder which has the name of the anime and contains the episodes. This can be done by simply changing the path in the file explorer to cmd.
        Run it by typing ```eki``` in cmd and then follow along.
        
        # Features
        
        Automatic anime detection based on folder name.
        
        Assigns all the files to their corresponding episodes.
        
        Detects when there's an episode change and prompts the user to update their list which can be done through the console only.
        
        Automatic updation on the basis of time elapsed. (Currently in progress. Have made the duration parser for every anime but haven't gotten close to implement it yet.)
        
        # How to contribute
        
        You can simply help contribute by opening an issue whenever you find a bug. Also let me know if it doesn't work for your folder structure as it's very different for everyone. I've tried my best to implement measures for all the anime I had but I can expect everyone to find a bug or two.
        
        You can also contribute by forking this repository and then opening a pull request.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
