Table of Contents
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
Tyler Rodgers - ping@tylerrodgers.space
Source Code: github.com/tilhr/python-final
Live Demo: tilhr.tech/crypto-converter
Crypto Converter is available for dowload from this public repository and also my website.
Crypto Converter doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/tilhr/python-final.git
- Install NPM packages
npm install
Crypto Converter can be used to convert crypto currencies in real-time.
Secure download available, please visit tilhr.tech/crypto-converter
- 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).
Distributed under the MIT License. See LICENSE.txt for more information.
A few resources I found helpful and would like to give credit to:
