Berat-O / Python_Project

Basic Python projects for beginners and you can add your own project, good first issue
13 stars 14 forks source link

User Interface and Output Formatting Improvements #12

Open WillBreak opened 2 months ago

WillBreak commented 2 months ago

Is your feature request related to a problem? Please describe. Hi! I've been looking for some ways to begin contributing to projects. I'd love to generally enhance the user experience for this program, providing clearer menu options and presenting the stock data output in tabular form.

Describe the solution you'd like -Improving the instruction messages to the user, making it clearer what they are required to input. -Validating their input and confirming how they can reach the desired output. -Modifying the dispay_data() method to present the data in an easy-to-read table

Additional context I believe these changes will contribute to a more positive user experience by enhancing usability of the program.

Thanks!

Berat-O commented 1 month ago

Thank you for the suggestion! A web interface could greatly expand the reach of project, allowing users to access it from any device with internet connectivity. We'll explore the possibility of creating a web interface to provide a seamless user experience.

Your input is valuable, and I excited to consider this enhancement. Feel free to share any additional ideas you may have!