Skip to content

meliora is a command-line tool for sorting files based on their content. that's it.

License

Notifications You must be signed in to change notification settings

Somespi/meliora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



meliora is a command-line tool for sorting files based on their content. that's it.

Requirements

Python 3.x

Installation

  1. Clone the repository:
git clone https://github.com/somespi/meliora.git
Installing using meliora-setup
  1. Change into the project directory
cd meliora
  1. run meliora-setup.py
python meliora-setup.py

Installing Manually 2. Change into the project directory (**Do it twice**, one to enter the project directory and the other for entring the src): ```shell cd meliora ```
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Download the en_core_web_md model for Spacy:
python -m spacy download en_core_web_md
  1. Install meliora:
cd ..
  • If you want to install it globally:
pip install .
  • If you want to install it locally for development purposes:
pip install -e .
  1. run meliora:
python -m meliora <DIRECTORY_PATH>

About

meliora is a command-line tool for sorting files based on their content. that's it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages