Apparky / SMS-Engine-GUI-using-Python-APPARKY

SMS Engine GUI using Python Tkinter. In this project we have created a Desktop Application by which we can send SMS to the targeted Customer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMS-Engine-GUI-with-Python-APPARKY

In this Project we have designed a GUI to send SMS to the targeted Customer with the help of python.

Required Library for this Project

  • Tkinter
  • Sqlite3
  • Datetime
  • Time
  • Random
  • Requests
  • CSV

Except Requests module, all of them are build-in library

To install Requests module follow the given billow command

pip install requests

You can also follow requirement.txt attached with this project

To install library from requirement.txt follow the given billow command

pip install -r requirement.txt

Your project is ready to run

  • Note: Before Sending messages, make sure you attach your api ID with it.

You can also convert this program in to exe file. You just neet to install Babel for that

To install Babel follow the given command billow

pip install Babel

And also follow the given code to all your project files like this

from babel.numbers import *
from babel.dates import *

Babel is used to fix images in exe version of your code.

You also need Pyinstaller. This library converts the .py scripts to exe.

To install Pyinstaller follow the given command billow.

pip install pyinstaller

You are all set to go. Open your native terminal and run the following command to convert your .py script into exe file.

pyinstaller --onefile -w --hiddenimport=babel.numbers filename.py   
# in this project the filename.py is main.py

To get more interesting projects follow our GitHub page at Here

To get more interesting projects follow our Bitbucket page at Here

To know more about APPARKY Click Here

About

SMS Engine GUI using Python Tkinter. In this project we have created a Desktop Application by which we can send SMS to the targeted Customer


Languages

Language:Python 100.0%