Skip to content

yuping1624/pyladies-coffee-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLadies Coffee Chat

This project is a Streamlit application created for the PyLadies Coffee Chat. It showcases the core values, skills, and learning methodologies of the "Growth Exploration Group".

Getting Started

Prerequisites

  • Python 3.9+

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/your-username/pyladies-coffee-chat.git
    cd pyladies-coffee-chat
  2. Create and activate a virtual environment:

    • macOS/Linux:
      python3 -m venv .venv
      source .venv/bin/activate
    • Windows:
      python -m venv .venv
      .venv\Scripts\activate
  3. Install the dependencies:

    pip install -r requirements.txt

Running the Application

Once the dependencies are installed, you can run the Streamlit application with the following command:

streamlit run main.py

This will start the application and open it in your default web browser.

Acknowledgements

This project was inspired by the fruitful discussions and creative ideas from the amazing members of the PyLadies Taiwan coffee chat. Special thanks to everyone who participated and shared their insights!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages