Metadata-Version: 2.1
Name: businesstemplates
Version: 0.2.1
Summary: An efficient command line tool to create resumes and business cards on the go!
Home-page: https://github.com/ThatGenZGamer48/Hackathon
Author: That GenZ Gamer
Author-email: thatgenzgamer@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/ThatGenZGamer48/Hackathon/issues
Project-URL: Source Code, https://github.com/ThatGenZGamer48/Hackathon
Keywords: Resume,Resume Generator,Business Card,Business Template,template,card
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

businesstemplates
=================

.. image:: https://img.shields.io/pypi/v/businesstemplates.svg
   :target: https://pypi.python.org/pypi/businesstemplates
   :alt: PyPI version info
.. image:: https://img.shields.io/pypi/pyversions/businesstemplates.svg
   :target: https://pypi.python.org/pypi/businesstemplates
   :alt: PyPI supported Python versions

An efficient command line tool to create resumes and business cards on the go!

Notable Features
----------------

- Modern pythonic syntax.
- Easy to run scripts.
- Covers all important information.
- Lightweight module.

Installing
----------

**"Python 3.7" or higher is required to install this module.**

Installing this module is quite simple,

.. code:: sh

    # Linux/macOS
    python3 -m pip install -U businesstemplates

    # Windows
    py -3 -m pip install -U businesstemplates

Other Required Packages
~~~~~~~~~~~~~~~~~~~~~~~~

* `python-docx <https://github.com/python-openxml/python-docx>`__
* `pathlib`

How to run?
-----------

Resume Generator
~~~~~~~~~~~~~~~~

Now you can design your own impressive resume

Open your favourite terminal and enter this

.. code:: sh

	 resume_generator

Enter the information through the inputs and you're done!

Business Card Generator
~~~~~~~~~~~~~~~~~~~~~~~

Design your sparkling business card in just under a minute.

Open your favourite terminal and enter this

.. code:: sh

	 business_card_generator

Enter the information through the inputs and you're done!



