python如何实现不用装饰器实现登陆器小程序


Posted in Python onDecember 14, 2019

这篇文章主要介绍了python如何实现不用装饰器实现登陆器小程序,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下

下面代码演示了不使用装饰器实现用户登陆功能的小程序,在python3.x下可正常运行

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Nov 26 15:26:58 2019

@author: root
"""

def menu():
  print('choice'.center(50,'-'))
  msg = '''
  1. home
  2. finance
  3. book
  4. exit
  '''
  print(msg)
  print("".center(50,'-'))
 
def login(login_flat,choice):
  if not login_flat:
    while True:
      username = str(input("username:"))
      password = str(input("password:"))
      if choice == '1':
        home()
        with open('jingdong.txt','r') as f1:
          for line in f1:
            element = line.split(" ",1)
            print(element[0])
            print(element[1])
            if username.strip() == element[0].strip() and password.strip() == element[1].strip():
              print("log in successful!")
              return True
            print("failed to log in!,try it again!")
      elif choice == '2':
        finance()
        with open('weixin.txt','r') as f2:
          for line in f1:
            element = line.split(" ",1)
            if username.strip() == element[0].strip() and password.strip() == element[1].strip():
              print("log in successful!")
              return True
            print("failed to log in!,try it again!")   
      elif choice == '3':
        book()
        with open('jingdong.txt','r') as f3:
          for line in f3:
            element = line.split(" ",1)
            if username.strip() == element[0].strip() and password.strip() == element[1].strip():
              print("log in successful!")
              return True
            print("failed to log in!,try it again!")              
  else:
    print("You have logged in before!")
    return True
#@login(login_flat,choice)            
def home():
  print("home.....")
#@login(login_flat,choice) 
def finance():
  print("finance.....")
#@login(login_flat,choice) 
def book():
  print("book.....")

  
login_flag = False
while True:
  menu()
  choice = input("your choice:")
  if choice == '1':
    login_flag = login(login_flag,choice)
  elif choice == '2':
    login_flag = login(login_flag,choice)
  elif choice == '3':
    login_flag = login(login_flag,choice)
  elif choice == '4':
    print('bye-bye')
    break
  else:
    print("wrong input ,try it again!")

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持三水点靠木。

Python 相关文章推荐
Python配置文件解析模块ConfigParser使用实例
Apr 13 Python
在Debian下配置Python+Django+Nginx+uWSGI+MySQL的教程
Apr 25 Python
Python实现比较两个文件夹中代码变化的方法
Jul 10 Python
python字符串对其居中显示的方法
Jul 11 Python
对python .txt文件读取及数据处理方法总结
Apr 23 Python
Python GUI布局尺寸适配方法
Oct 11 Python
python tkinter界面居中显示的方法
Oct 11 Python
用Python将结果保存为xlsx的方法
Jan 28 Python
python中append实例用法总结
Jul 30 Python
django和vue实现数据交互的方法
Aug 21 Python
Django实现文件上传和下载功能
Oct 06 Python
Python正则表达式急速入门(小结)
Dec 16 Python
python模块和包的应用BASE_PATH使用解析
Dec 14 #Python
python socket通信编程实现文件上传代码实例
Dec 14 #Python
python如何使用socketserver模块实现并发聊天
Dec 14 #Python
python paramiko远程服务器终端操作过程解析
Dec 14 #Python
安装PyInstaller失败问题解决
Dec 14 #Python
django自定义模板标签过程解析
Dec 14 #Python
django序列化serializers过程解析
Dec 14 #Python
You might like
DC最新动画电影:《战争之子》为何内容偏激,毁了一个不错的漫画
2020/04/09 欧美动漫
php常用Output和ptions/Info函数集介绍
2013/06/19 PHP
解读PHP中的垃圾回收机制
2015/08/10 PHP
PHP函数超时处理方法
2016/02/14 PHP
php版交通银行网银支付接口开发入门教程
2016/09/26 PHP
PHP 判断字符串是中文还是英文, 或者是中英混合
2021/03/09 PHP
用倒置滤镜把div倒置,再把table倒置。
2007/07/31 Javascript
在chrome浏览器中,防止input[text]和textarea在聚焦时出现黄色边框的解决方法
2011/05/24 Javascript
jquery在Chrome下获取图片的长宽问题解决
2013/03/20 Javascript
基于JavaScript实现 获取鼠标点击位置坐标的方法
2013/04/12 Javascript
在JavaScript中处理时间之setMinutes()方法的使用
2015/06/11 Javascript
BootStrap的alert提示框的关闭后再显示怎么解决
2016/05/17 Javascript
Mongoose学习全面理解(推荐)
2017/01/21 Javascript
基于vue cli 通过命令行传参实现多环境配置
2018/07/12 Javascript
es5 类与es6中class的区别小结
2020/11/09 Javascript
JS常用跨域方法实现原理解析
2020/12/09 Javascript
[07:40]DOTA2每周TOP10 精彩击杀集锦vol.4
2014/06/25 DOTA
Python+Django在windows下的开发环境配置图解
2009/11/11 Python
在Python的Django框架中更新数据库数据的方法
2015/07/17 Python
python中的字符串内部换行方法
2018/07/19 Python
python 找出list中最大或者最小几个数的索引方法
2018/10/30 Python
pytorch实现onehot编码转为普通label标签
2020/01/02 Python
PyCharm中Matplotlib绘图不能显示UI效果的问题解决
2020/03/12 Python
Django实现将views.py中的数据传递到前端html页面,并展示
2020/03/16 Python
python 可视化库PyG2Plot的使用
2021/01/21 Python
利用CSS3实现动态的二级三级菜单效果实例源码
2017/01/04 HTML / CSS
美国大码时尚女装购物网站:ELOQUII
2017/12/28 全球购物
介绍一下XMLHttpRequest对象
2012/02/12 面试题
电子专业推荐信范文
2013/11/18 职场文书
机电专业个人求职信范文
2013/12/30 职场文书
乡镇庆八一活动方案
2014/02/02 职场文书
公司成本主管岗位责任制
2014/02/21 职场文书
市场督导岗位职责
2015/04/10 职场文书
2015年志愿者服务工作总结
2015/04/20 职场文书
计划生育责任书
2015/05/09 职场文书
2015年学校信息技术工作总结
2015/05/25 职场文书