Gold Rate Tracker is made for the investors/lenders to make their work fluently simple and easy by tracking the price of Gold and comparing it with the past prices and with the actual Graph visualization.With the handy UI of our Project ,users can simply enter today's Gold Price and see the past results with increase or decrease of price.Our project motivation is to analyze the rates of the gold and display the changes in its prices via tabular representation as well as a graphical representation.We select a certain group of parameters with relatively significant impact on the rates of the gold.Our application will be beneficial for the investors to decide when to invest in this commodity.
- Learn the process of python application development.
- Understand how Python GUI’s work, their life cycle.
- Design and develop useful Python applications with compelling user.
- Learning MySql for data storage, retrieval, databases, etc.
- Interaction with Front End and Back end
- The project exposed us to one of the most successful programming language i.e. Python.
- Thus, this project successfully demonstrated a Python application.
- Although not easy, but it would help investors and central banks to better decide when to sell and buy it, thus maximizing their profits.
- There are many more improvements to be done in this application but as of now whatever we have come up is performing as per standards and is up to mark.
- Install MySql Connector
python -m pip install mysql-connector-python
- Install Pyinstaller
pip install Pyinstaller
- Fork the Repository
git clone https://github.com/YOUR-USERNAME/Gold_Rate_Tracker
cd Gold_Rate_Tracker
- Go to
/Python
python Home_Page.py