Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Justin White
Justin White
4,545 Points

Currency converter app

I created a currency converter application that uses the open source Fixer API for currency info and npyscreen to create a sort-of GUI in the command line.

This is the first thing I've worked on, outside of Treehouse. I really feel like what I've learned here has helped me create this. I just wanted to show it off and get some feedback if any one has time to look over the code.

I would also welcome someone to help me build it into something better. It would be good practice on working as a team and getting used to using git.

Feel free to check it out!

https://github.com/jtwhite/currencyconverter

1 Answer

You could launch the app on more platforms. I am currently learning c# for xamarin forms which is a cross platform application developer in visual studio. Having it on ios, android and windows could potentially lead to more users. It would also be great practice for building my xamarin skills. Maybe in a few weeks or so we could collaborate when I know c# well enough to build an app.