Skip to content

It is a multiblogger GUI application made with tkinter and python 3.6

License

Notifications You must be signed in to change notification settings

aadishgoel/MultiBlogger-GUI-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiBlogger-GUI-application

It is a multiblogger GUI application made with tkinter and python 3.6
Enables Multiple blogger to join by sigining up.
Writing Posts and Commenting on the posts of other.
There is also a option of commenting on a post by becoming anonymous.

Requirements

  • pymysql
  • tkinter
  • Mysql database and Having Workbench will be great.

How to get Pymysql:

If you have pip configured in your pc then you can easily download it.
By opening cmd and writing.

pip install pymysql 

OR
You can download it from any other source and install it manually.

Checking if pip configured or not:

Just open cmd and type pip.
and if you get
'pip' is not recognized as an internal or external command,
operable program or batch file.
Then it is not configured.
and
if you get the logs.
Congratulations you are already configured.

How to configure pip:

  • Basically you have to set pip in your envirnoment variables. Go to properties of my computer
    and then to advanced system settings
    and then to Envirnoment Variables and In system variables
    you have to edit the path and place the path of pip there
    and it's Done.

How to make database:

MySQL required for database, You can get it from https://dev.mysql.com/downloads/windows/installer/5.7.html

Recommended

Model of database is given in blogger.mwb in application.
So, You could directly produce database out of it.

  • For eg.

If you have MySQL Workbench.
Else you can download from https://dev.mysql.com/downloads/workbench/
Then you can directly open blogger.mwb file there.
and then press Ctrl+G
OR
Go to Database in Menu Bar.
and Click Forward Engineer...

and By doing next, next It will Simply Create the Datebase in Your PC.

Alternative

Er Model of application is given as ERmodel.png
So, You could either make it on your own Or by any other software.

Try it and Enjoy :)

Releases

No releases published

Packages

No packages published

Languages