https://github.com/gil9red/fake-sms-chat
Генератор фейкового смс чата (#python #python3 #sms #fake)
https://github.com/gil9red/fake-sms-chat
fake fun python python3 qt sms
Last synced: about 1 month ago
JSON representation
Генератор фейкового смс чата (#python #python3 #sms #fake)
- Host: GitHub
- URL: https://github.com/gil9red/fake-sms-chat
- Owner: gil9red
- Created: 2015-05-08T11:13:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T09:57:06.000Z (almost 9 years ago)
- Last Synced: 2025-10-14T11:39:14.595Z (8 months ago)
- Topics: fake, fun, python, python3, qt, sms
- Language: Python
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fake-sms-chat
Генератор фейкового смс чата (#python #python3 #sms #fake)
##### Пример:
fake = FakeSmsChat()
fake.add_me_sms('Кек, а меня уволили.', '10:01')
fake.add_other_sms('за что уже?', '10:02')
fake.add_me_sms('За то что у кошки\n роды принимал.', '10:03')
fake.add_other_sms('ШТОООА7', '10:04')
fake.add_other_sms('прям на работе?')
fake.add_me_sms('Нет. Я один день не \nвышел на работу.')
fake.add_other_sms('зато у тебя есть котики', '10:07')
fake.add_other_sms('котики - это хорошо')
im = fake.get_QImage()
im.save('fakesms.png')
##### Результат:
