Hi, I’m learning the computer science path.
I finished the first part of learning Python syntax and OOP and did a small project.
A bank demo that allows the user to put his money in digital envelopes under a particular category (like travel, bills, shopping, etc).
Then they write a store that he bought from and the amount, and if the program recognizes the store (according to the info that I put there) it will take off money from the right envelope.
this is my link, hope to get some feedback:
https://github.com/DanKenan/NewProjects/blob/main/EnvBa.py