Make CSDMS text logos
Project description
Make CSDMS text logos
Installation
logoizer can be installed from source in the usual way or directly from GitHub,
pip install git+https://github.com/mcflugen/logoizer
Usage
The main way to use logoizer is through the logoize command line program.
Use logoize --help
to get a brief help message that contains all of the
available options. The following examples, however, will cover most use cases.
Turn the word "logoizer" into an official CSDMS logo,
logoize "logoizer" -o logoizer-logo.svg
The default is to create a logo for use with a light theme (i.e. the logo will contain black text on a transparent background). To create a logo for use with a dark theme,
logoize "logoizer" -o logoizer-logo-dark.svg --theme=dark
The output image format will be chosen based on the output file extension. If,
however, you would like to override that behavior you can use the --format
option.
Release Notes
0.2.0 (2024-10-15)
📖 Documentation Enhancements
- Converted the docs from ReStructuredText to markdown. #6
- Modified towncrier to work with markdown rather than ReStructuredTxt. #7
🔩 Other Changes and Additions
- Updated the linters and added several new ones. #4
- Removed dependency on click (and rich_click) by moving to argparse. #5
- Added a GitHub Actions test workflow. #8
0.1.0 (2022-07-03)
🍰 New Features
- Added the logize package for creating official CSDMS text-based logos. (#1)
🔩 Other Changes and Additions
- Changed the name of the project from logoize to logoizer. (#2)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file logoizer-0.2.0.post1.tar.gz
.
File metadata
- Download URL: logoizer-0.2.0.post1.tar.gz
- Upload date:
- Size: 272.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5069bf1695fd4564e539855507a6ca903c9c08ba6b06460a803a28fc248c3f55 |
|
MD5 | 6a590618655da6d187e64c7a1f8159db |
|
BLAKE2b-256 | 4bfd22e019f72cc86c6a79a77c9efab6ae63a86c2a7ae52c9ab6ca07aaa29436 |