HPMDS / birthchartSVG

Birthchart SVG generator for astrology in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

birthchartSVG

Birthchart SVG is a chart generator based on Kerykeion and Opeanstro. Like the titles says it prints out SVG file of the birthchart, it's very easy to use.

# Install:
>>> pip3 install birthchartSVG

#Import:
>>> import birthchartSVG as br

# Make the instance:
>>> kanye = br.MakeInstance("Kanye", 1977, 6, 8, 8, 45, "Atlanta")

# Set the output directory for the SVG:
>>> kanye.set_dir = "/Users/{YourName}"

#Generate the SVG:
>>> kanye.makeSVG()


SVG generated successfully!

alt text

Documentation

Just like in the exemple, first make an instance and then use the makeSVG() to generate the SVG chart. The file generated has the name you inserted followed by Chart.svg

Installation

BirtchartSVG is Python 3 package, make sure you have Python 3 installed on your system.

Development

You can clone this repository or download a zip file using the right side buttons.

About

Birthchart SVG generator for astrology in python.

License:MIT License


Languages

Language:Python 100.0%