- Interactive periodic table
- Detailed information about each element
- Search functionality
- Clone the repository:
git clone https://github.com/yourusername/periodic-table.git
- Navigate to the project directory:
cd Periodic_Table
- Install dependencies:
pip install -r requirements.txt
If you recieve a "No matching ditribution found for [package]" (A) it is possible you need a virtual enviornment [4-5] or (B) your machine recognizes older versions [7,9]
- Install Virtual Environment for Python3:
sudo apt-get install python3-venv
python3 -m venv myenv
- Channel into the Virtual Environment:
source myenv/bin/activate
Then [3] Install Dependencies and [7] Start the application
- Install old version dependencies:
pip install -r requirements_2.txt
- To start the application, run:
flask --app app --debug run
-
Open your browser and go to
http://localhost:3000
to view the periodic table. -
To start the application with old version dependencies:
export FLASK_APP=app
export FLASK_DEBUG=1
flask run
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any questions or feedback, please contact prateekasme@gmail.com.