Berat-O / Python_Project

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

Add sort function to Stock Analysis #3

Closed Rozaki0318 closed 10 months ago

Rozaki0318 commented 10 months ago

Thank you very much for providing a place for good first issue!

I am thinking sorting by 'Rate' makes this tool more useful. If you allow to add this function, I would like to submit my first pull request.

How to use: $ python3 app.py sort

スクリーンショット 2023-12-02 13 26 54

Thanks,

Berat-O commented 10 months ago

Hi Roy Ozaki,

Thank you for your interest and willingness to contribute! I'm glad you found a good first issue.

Sorting by 'Rate' sounds like a valuable addition to enhance the tool's usability. We appreciate your suggestion. To move forward, here are the steps you can follow:

Fork the repository: Clone the forked repository to your local machine. Implement the sorting functionality. Test your changes thoroughly. Commit your changes and push them to your fork. Open a pull request, and we'll review your contribution. If you encounter any issues or have questions along the way, feel free to ask. We're excited to see your pull request!

Best regards, Berat Osman Demiralay