吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 796|回复: 3
收起左侧

[Python 原创] 自用【花呗模拟器】超前消费爱好者专用

[复制链接]
sorrypapa 发表于 2026-3-8 14:44
本帖最后由 sorrypapa 于 2026-3-8 14:47 编辑

之前只用花呗,后来觉得信用卡更方便,打算办个信用卡然后把花呗停掉,结果现在花呗信用卡一起用QAQ
============
安卓手机直接Termux加载超级方便

[Python] 纯文本查看 复制代码
print("---### 欢迎使用花呗模拟器 ###---")
borrow = input("\n请输入借款金额:")
installments = input("\n请选择分期类型:"
        "\n\n1.三期  2.六期  3.九期  4.十二期\n\n")
ins = int(installments)

if ins == 1:
        three = int(borrow) / 3
        lixi = round(three,2) * 0.025
        money = round(lixi,2) + round(three,2)
        total = round(int(borrow) + round(lixi*3,2),2)
        print("\n若分三期,每月应还:",round(money,2),"元")
        print("利息:",round(lixi,2),"元/月")
        print("总共需还:",total,"元")
elif ins == 2:
        six = int(borrow) / 6
        lixi = round(six,2) * 0.045        
        money = round(lixi,2) + round(six,2)
        total = round(int(borrow) + round(lixi*6,2),2)
        print("\n若分六期,每月应还:",round(money,2),"元")
        print("利息:",round(lixi,2),"元/月")
        print("总共需还:",total,"元")
elif ins == 3:
        nine = int(borrow) / 9
        lixi = round(nine,2) * 0.065
        money = round(lixi,2) + round(nine,2)
        total = round(int(borrow) + round(lixi*9,2),2)        
        print("\n若分九期,每月应还:",round(money,2),"元")
        print("利息:",round(lixi,2),"元/月")
        print("总共需还:",total,"元")
elif ins == 4:
        twelve = int(borrow) / 12
        lixi = round(twelve,2) * 0.088
        money = round(lixi,2) + round(twelve,2)
        total = round(int(borrow) + round(lixi*12,2),2)        
        print("\n若分十二期,每月应还:",round(money,2),"元")
        print("利息:",round(lixi,2),"元/月")
        print("总共需还:",total,"元")
else:
        input("没有这个选项!")

input()

免费评分

参与人数 1吾爱币 +3 收起 理由
苏紫方璇 + 3 欢迎分析讨论交流,吾爱破解论坛有你更精彩!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

linke52 发表于 2026-3-9 13:46
花呗不是会自动算嘛,不需要工具了吧
 楼主| sorrypapa 发表于 2026-3-9 17:54
linke52 发表于 2026-3-9 13:46
花呗不是会自动算嘛,不需要工具了吧

花呗要实际付款界面才能看呢
tonywenzi 发表于 2026-3-29 07:47
0.025/0.045/0.088》》》》》》》这不直接起飞了。感谢分享
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - 52pojie.cn ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2026-3-29 13:48

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表