Pls I Need Your Assistance �� - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Pls I Need Your Assistance �� (330 Views)
| Pls I Need Your Assistance �� by Martinz09(op): 10:00pm On Dec 03, 2024 |
Good evening everyone,I was given a python project and I have been struggling to complete the task,the task states that; Create an application that allows a user to enter a currency pairs and then display it in a live chart movement, which should be gotten from an online resource, and then the inputs or the currency pairs the user has entered to check should be saved to a database and displayed when they see their previous history using python. Pls help me in any little way,I have used web scraping or crawling,it is not giving me the expected results pls help |
| Re: Pls I Need Your Assistance �� by MindHacker9009(m): 10:18pm On Dec 03, 2024 |
By ChatGPT your best friend. To create an application that displays live currency pair movements, saves user input to a database, and displays the history, we can divide the process into these steps: Frontend User Interface: Use a Python GUI library like tkinter or a web framework like Flask for the user interface. Fetching Live Data: Use an API, such as Exchange Rates API or similar services, to fetch live currency pair data. Database Setup: Use SQLite for simplicity (or any database of your choice) to store and retrieve user input history. Live Charting: Use a library like matplotlib for plotting or plotly for dynamic web-based charts. Here's the implementation: Step 1: Install Necessary Libraries Before you begin, make sure you have these libraries installed: pip install requests matplotlib flask sqlite3 plotly Step 2: Code Implementation 1. Backend (API and Database)
2. Frontend (Python GUI Example using Tkinter)
How it Works Run the Backend: Start the Flask API backend first. Run the Frontend: Launch the Tkinter app to input currency pairs. Track Live Data: Use matplotlib to plot live exchange rates. Save and View History: Save the selected currency pairs to a database and retrieve them later. |
| Re: Pls I Need Your Assistance �� by Martinz09(op): 10:21pm On Dec 03, 2024 |
MindHacker9009: |
| Re: Pls I Need Your Assistance �� by Martinz09(op): 10:22pm On Dec 03, 2024 |
[quote author=Martinz09 post=133150489][/quote]Thank you sir |
| Re: Pls I Need Your Assistance �� by Martinz09(op): 10:22pm On Dec 03, 2024 |
[quote author=Martinz09 post=133150489][/quote]Thank you sir |
| Re: Pls I Need Your Assistance �� by MindHacker9009(m): 10:34pm On Dec 03, 2024 |
Martinz09:No problem. If you need further customization, just give ChatGPT a shout at: https://chatgpt.com |
| Re: Pls I Need Your Assistance �� by Martinz09(op): 10:37pm On Dec 03, 2024 |
MindHacker9009:Okay.Thank you |
| Re: Pls I Need Your Assistance �� by MindHacker9009(m): 11:20am On Dec 04, 2024 |
Martinz09:No worries. Happy coding. |
Pls I Need Ur Advice On My Career • Is The Macbook Worth It? Pls I Need Validations. • Pls I Need C# Tutorials Pls Someone Help Me • 2 • 3 • 4
Meet Silq- The First High-level Programming Language For Quantum Computers • Can This App Help Solve Police Brutality, Domestic/sexual Violence In Nigeria? • Magento Upgrade Services, Upgrade Magento Version - Magento India
