Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 767 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 767 Bytes

Python_projects

Some interesting python projects

ATM: The program uses Object-Oriented approach of python to create a deposit/withdrawal 
     automation and informs user of their current balance after each transaction.
     
alarm: A user friendly alarm, which plays the song/alarm of user's choice after 
        the time interval entered by user in seconds.

binary_conv: A simple but helpful decimal to binary convertor

erp_login: Auto-login script for ERP. The user has to enter their username and password
           within the script also the user-agent key value has to be obtained by 
           inspecting element while logging in.
           (right-clicking and choosing inspect element on the ERP page)