Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1017 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 1017 Bytes

python-projects

In this repository, You will get my projects of python.

What I did

Bank Account Manager

- The goal is to create a class called Account which will be an abstract
 class for three other classes called Checking Account, Savings Account 
 and Business Account. Then we should manage credits and debits from these 
 accounts through an ATM style program

English Thesaurus

- Find the precise meaning with over 3 millions words. I used python for this
project. 

Password Manager

- The goal is to create a class called Account which will be an abstract class
for three other classes called Checking Account, Savings Account and Business
Account. Then we should manage credits and debits from these accounts through 
an ATM style program.

Whatsapp automation

- The goal of this projects to sent multiple messages 

Bookshop

- Simple library management system. you can add , delete and update books using this application.