Giter VIP home page Giter VIP logo

periodic-table-program's Introduction

Periodic Table Program Readme

I developed this as a personal project as my class 12th year end project.

Project Overview

This Python-based Periodic Table program provides users with an interactive interface to explore information about the 118 chemical elements. The program includes a secure login system, utilizes an SQL database to store user credentials, and incorporates audio narration using Google Text-to-Speech. Users can navigate through elements, view detailed information, and listen to descriptions.

Getting Started

Prerequisites

Make sure to have the following dependencies installed:

  1. Tkinter: pip install tk
  2. Mysql Connector: pip install mysql-connector-python
  3. Pillow (PIL): pip install Pillow
  4. Pygame: pip install pygame
  5. Keyboard: pip install keyboard

Additional Setup

  • Run the program as an administrator.
  • Execute the 'audio_generator' file in the audio folder if audio files are not created.

Installing Tkinter on Various Platforms

Ubuntu/Debian:

sudo apt-get install python3-tk

MacOS:

sudo brew install [email protected]

Running the Program

  1. If running the program for the first time:

    • Run the database creator script.
    • Execute the audio generator script.
  2. Launch the Python app.

  3. The login window will appear. Users can log in or create a new account.

  4. Explore the Periodic Table:

    • Click on an element to view detailed information and an image.
    • Use the Google Text-to-Speech library to convert and listen to the element's description. Press 'Esc' to stop audio.
  5. Navigate through elements using forward and backward buttons.

  6. Switch accounts or log out when done.

Authors

Vinit Mehta

Acknowledgments

  • Special thanks to the creators of Tkinter, Mysql Connector, Pillow, Pygame, and Keyboard modules.
  • Google Text-to-Speech API for audio narration.

Feel free to contribute to the project and improve its functionality!

periodic-table-program's People

Contributors

vinit2244 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.