World Conquest Chronicles

World Conquest Chronicles

White Generator, v1.2

Installation

Utility for a generation of memes.

An installation, a refactoring and a bugs fixing.

Change Log

  • Closed issues:
    • Separate the code to some subpackages #9
    • Add an installation via pip tool #7
  • Fixed bugs:
    • Include a logging initialization into a try-except block #11
    • Close a database connection #10
    • Correct an exit code on an error #8

Installation

Clone this repository:

$ git clone https://github.com/thewizardplusplus/white-generator.git
$ cd white-generator

Then install the app with pip tool:

$ sudo -H pip3 install .

sudo command is required to install white-generator console script. If it's not required, sudo command can be omitted:

$ pip3 install .

But then the app should be started as python3 -m white_generator.

Repository

Link: https://github.com/thewizardplusplus/white-generator/tree/v1.2.

Content: code.

License: MIT.