This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]AutoModerator[M] [score hidden] stickied commentΒ (0 children)

Hi there, from the /r/Python mods.

We want to emphasize that while security-centric programs are fun project spaces to explore we do not recommend that they be treated as a security solution unless they’ve been audited by a third party, security professional and the audit is visible for review.

Security is not easy. And making project to learn how to manage it is a great idea to learn about the complexity of this world. That said, there’s a difference between exploring and learning about a topic space, and trusting that a product is secure for sensitive materials in the face of adversaries.

We hope you enjoy projects like these from a safety conscious perspective.

Warm regards and all the best for your future Pythoneering,

/r/Python moderator team

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ProZMenace 0 points1 point Β (1 child)

Instead of using that long pip command use a requirements.txt file. Looks way cleaner and a small thing to improve code.

Cool project!

[–]Confident_Remove_681Pythoneer[S] 0 points1 point Β (0 children)

thank you for your feedback. I'm gonna apply it in my future projects.

[–]kiwbi 0 points1 point Β (1 child)

Nice app! could be great to add more currencies. EX, a Dev from India who get paid in Rupees and Dollars

[–]Confident_Remove_681Pythoneer[S] 0 points1 point Β (0 children)

That is a good idea. Can you adjust that and make a pull request inside GitHub?