Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

MIT License


Logo

Crypto Converter - by Tyler Rodgers

CMSI 101 Final Project


View on my website »

Table of Contents
  1. Crypto Converter
  2. Getting Started
  3. Usage
  4. Project Roadmap
  5. MIT License
  6. Acknowledgments

Crypto Converter

Crypto Converter Demo

Crypto Converter is my final project for CMSI 101. Crypto Converter is a python program which converts the user's entered value between two currencies. The user interacting with the program has the option to select different crypto currencies to convert to or even multiple currencies at once.

How does it work?

  • Crypto Converter accesses a real time currency database which is used all over the world
  • A user enters a value and receives the converted value of the currency of their choice
  • The new value is displayed on the screen ultimately for the users personal reference

The goal of this project is to find a practical application for new python scripts which would be used in m day-to-day life. The Crypto Converter satisfies these requirements while also meeting the project requirements for my CMSI 101 course. I plan on implimenting real-time gas fee calculations for ethereum later on. This will be useful for tracking transactions on OpenSea and estimating the costs. Another future edition could be a Discord bot which handles this python script in chat and allow users to interact witht the crypto converter in permitted channels. Thanks to all of the people who generously answered my questions and provided devices for me test this project!

PREVIEW ON WEBSITE xD

(back to top)

Author

Tyler Rodgers - ping@tylerrodgers.space

Source Code: github.com/tilhr/python-final

Live Demo: tilhr.tech/crypto-converter

(back to top)

Built With Python

(back to top)

Getting Started

Crypto Converter is available for dowload from this public repository and also my website.

Download

Crypto Converter doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/tilhr/python-final.git
  2. Install NPM packages
    npm install

(back to top)

Usage

Crypto Converter can be used to convert crypto currencies in real-time.

Secure download available, please visit tilhr.tech/crypto-converter

(back to top)

Project Roadmap

  • Create project files
  • Get access to real-time currency database
  • Create UI/UX for currency selector
  • Add "components" document to easily copy & paste sections of the readme
  • Add crypto currencies
    • ETH
    • BTC
  • Add layer 2 crypto currencies
  • Impliment real-time gas fee calculation

See open issues for a list of proposed features (and known issues).

(back to top)

MIT License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments <3

A few resources I found helpful and would like to give credit to:

(back to top)

Contributors