Python Citations Generator
Project description
pycite: Python Citations Generator
pycite
is a simple to use python
citations generator.
Supported Reference Styles
- Harvard
Supported file formats
pycite
generates citations given a file of the following types:
- Text files (
.txt
)
Installation
The simplest way to install the latest release is as follows:
pip install pycite
To install the development version:
Open the Terminal/CMD/Git bash/shell and enter
pip install git+https://github.com/Nelson-Gon/pycite.git
# or for the less stable dev version
pip install git+https://github.com/Nelson-Gon/pycite.git@dev
Otherwise:
# clone the repo
git clone git@github.com:Nelson-Gon/pycite.git
cd pycite
python3 setup.py install
Usage
First, one needs to create an object of class PyCite
from pycite.pycite import PyCite
my_citations = PyCite("path_to_links_file")
To generate citations, one simply calls the cite
method.
mycitations.cite()
Thank you very much and Keep Building.
To report any issues, suggestions or improvement, please do so at issues.
“Before software can be reusable it first has to be usable.” – Ralph Johnson
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.