/Quote-Generator-using-tkinter-python

Quote-Generator-using-tkinter-python

Primary LanguagePythonMIT LicenseMIT

Coding

Hi 👋, I'm Ajith Kumar M

A passionate Data scientist | Research Engineer| Full Stack Web developer from Tamil Nadu

ajitharunai

ajitharunai

mpajithkumar1

🌐Socials

Facebook Instagram LinkedIn Medium

💻Tech Stack

HTML5 JavaScript PHP Python CSS3 AWS Azure Heroku Netlify Vercel Angular Angular.js Django DjangoREST Apache AmazonDynamoDB SQLite Adobe Illustrator Figma PyTorch scikit-learn NumPy Keras Pandas Plotly SciPy TensorFlow Raspberry Pi Arduino

📊GitHub Stats :



✍️Random Dev Quote



Credits: ajitharunai

Last Edited on: 12/01/2022

Quote-Generator

This quote generator generates quotes every day so that you start your dy with a positive attitude.

About the Project

This application is written in Python 3.7 by using the following modules

  1. Tkinter
  2. Random
  3. Requests

This application will work in Windows, Mac and Linux.

Images

Screenshot

Screenshot

Instructions To Clone

You can Clone this repository by using git. the following Command Should be run:

git clone https://github.com/VishalShenoy2002/Quote-Generator.git

Suggestions

You can conver this Python Application into an executable by running the following commands:

The command below is to install pyinstaller on your device if you don't have pyinstaller already installed.

pip install pyinstaller

This command is to convert the python file into an executable.

pyinstaller -w -F quote_generator.py

If you want to add an icon add a -i and the icon name.