https://github.com/capjamesg/website-trading-cards

Generate a trading card for your personal website.

https://github.com/capjamesg/website-trading-cards

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary

Keywords

indieweb personal-websites procedural-image-generation trading-cards
Last synced: 6 months ago · JSON representation

Repository

Generate a trading card for your personal website.

Basic Info
  • Host: GitHub
  • Owner: capjamesg
  • License: mit
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 16.6 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
indieweb personal-websites procedural-image-generation trading-cards
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

Website Trading Cards

Generate a "trading card" representation of a website.

This tool could be used to create a physical version of your blogroll.

Example:

Screenshot 2024-04-29 at 10 46 28

Use this Tool

First, install the project from source:

git clone https://github.com/capjamesg/website-trading-cards cd website-trading-cards pip3 install -r requirements.txt

To generate a trading card, run:

python3 app.py --website=https://example.com

If a website has a semantically marked up description, the description will appear on the card.

If a website does not have an available description, the description space on the card will be used as space to render a larger screenshot of the website, like this:

en-wikipedia-org_1

License

This project is licensed under an MIT license.

Owner

  • Name: James
  • Login: capjamesg
  • Kind: user
  • Location: Scotland
  • Company: @Roboflow

from words, wonder.

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • Pillow *
  • bs4 *
  • html2image *
  • mf2py *
  • numpy *
  • opencv-python *
  • requirements *
  • scikit-learn *