Skip to content

Python Currency_Converter with CLI based minimalists design.

Notifications You must be signed in to change notification settings

ppraaanav/Currency_Converter-

Repository files navigation

logo

Python Currency_Converter with CLI based minimalists design.

list-view

git clone https://github.com/Sd-Shiivam/Currency_Converter-.git
python converter.py --help
   ----------------------------- [HELP DESK] ------------------------------


    --help              Show help desk for commands help.
    --list-all          List All Currency in database with base command
                        for that currency [like -USD for dollar and -INR for rupee].
    --update            update currency data base.
    --history           list recent currency conversions.
    --add               Add new Currency.
    --logo              Print random main logo.
    --shell             open a shell for interactive conversion.
    --------------------------------------------------------------------------
    Basic syntax:

        python converter.py [currency command (from)] [amount value] [currency command (to)]

    For example:
    Converting 30 USD ( dollar ) to INR (Rupee)

                python converter.py -USD 30 -INR
    On Shell
    For example:
    Converting 30 USD ( dollar ) to INR (Rupee)

                [-] 30 dollar ma ketana rupee hota ha
                                OR
                [-] hom much rupee in 30 dollar

  • Solve the existing Issues or create a new Issues!
  • Modify the converter.py file and enhance it.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Having difficulty in contributing? Read the Contribution Guide for a detailed explanation.

About

Python Currency_Converter with CLI based minimalists design.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages