Skip to content

ytyaru/Copyright.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright

Generate copyright.

Features

  • format: © {year} {name}
  • example: © 2020 ytyaru

Requirement

  • Python 2.7
  • Python 3

Installation

pip2 install --user -i https://test.pypi.org/simple/ Copyright
pip3 install --user -i https://test.pypi.org/simple/ Copyright

Usage

from Copyright import Copyright 
Copyright.Generator()
Copyright.Generator('Your name')

Note

  • The year is local time. Not UTC time.
  • Only TestPyPI was registered. Could not register with PyPI. #1, #2

Author

 ytyaru

  • github
  • hatena
  • mastodon

License

This software is CC0 licensed.

CC0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages