eccentricOrange / pandpk

Rename notes from university portal to a format agreed by three friends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandpk Notes Organizer Tool

Setup

  1. To setup the environment, first create a virtual environment.

    python -m venv .rename-venv
  2. Next, install Python dependencies.

    ./.rename-venv/Scripts/python -m pip install -r requirements.txt
  3. Create a bin folder with a batch file to run the script.

    mkdir bin
    notepad bin/pandpk.bat
  4. Replace the contents of the batch file with the following.

    @echo off
    path-to-python path-to-rename-script %*
  5. Add the location of the batch file to environment variables.

  6. Restart your terminal.

Run

Just open a terminal in the correct folder and run the command.

PS> pandpk

About

Rename notes from university portal to a format agreed by three friends.

License:MIT License


Languages

Language:Python 100.0%