Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Taseen Rahman

@taseen_ash
  • ATM Simulator OS 1.2 [GM]

    Cover page
    Made with Python

    Patch Notes: 1.2 brings the ability to change your pin code.

    Recent comments (0)
  • Login OS 2.6.D

    Cover page
    Made with Python

    2.6.D : Demo edition on 2.6

    Recent comments (0)
  • Calculator OS 2.1

    Cover page
    Made with Python

    OS 2.1 Brings small updates to [FUNCTION 7] (which allows the user to view previous results) where if there are 0 results it won't open.

    Recent comments (0)
  • File Creator OS 2.1 [GM]

    Cover page
    Made with Python

    Patch Notes: Brings an updates to a bug that allows you to view the source code.

    Recent comments (0)
  • Login OS 2.6 [GM]

    Cover page
    Made with Python

    OS 2.6 allows you to change the username and password. Updates do the diagnostic software to be able to detect if the OS has been tempered.

    Recent comments (0)
taseen_ash
taseen_ash
shared a Post
5 years ago
Login OS 2.6
my pretend computer. its still in progress. https://Login-OS-26D.taseen-ash.repl.run
frostedbutton75
frostedbutton75
Man. Cool. Btw you should use pickle login! > import pickle username='' password='' from time import sleep import os def save(): global username, password print("You will now sign up.") sleep(1) os.system("clear") username = input("What do you want your username to be?") password = input("What do you want your password to be?") with open(username+'.dat','wb') as save: pickle.dump(username,save,protocol=2) pickle.dump(password,save,protocol=2) def load(): global username, 3 years ago
techgeek680
techgeek680
WOW!!!!3 years ago
taseen_ash
taseen_ash
shared a Post
5 years ago
This is a simulator of an ATM. The password is originally set to 1234. Your balance will start at 0. https://repl.it/@taseen_ash/ATM-Simulator-OS-12-G
taseen_ash
taseen_ash
u bloody vikram5 years ago