Skip to content

mubaris/ozii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ozii

Generating PulseGraphs from text.

Checkout this blog post for more info.

Usage

When the program is executed directly from the terminal it accepts the following arguments:

  1. -t, --text: string, mandatory. Input sentence from which to generate the graph.
  2. -s, --size: int, optional with default value 500. Size in pixel value.
  3. -d, --dir: string, optional with default value "output". Directory where the output image will be saved.

By calling: python ozii.py -h the help will show up in the terminal.

Usage examples:

  • python ozii.py -t Hello world
  • python ozii.py -t Hello world -s 650
  • python ozii.py -t Hello world -d Testing
  • python ozii.py -t Hello world -s 650 -d Testing

Examples

ozii

ozii

Time

Time

There is no linear time

There is no linear time

Batman

Batman

I am Batman

I am Batman

Human

Human

Humanity

Humanity

Checkout examples for more example PulseGraphs.

About

Generate 📟 PulseGraphs 📊 from Text 📰 data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages