Deploy
·
Report Bug
·
Request Feature
Table of Contents
This project is an interactive volume control application developed with Streamlit. The application allows users to increase or decrease the volume via buttons on the interface. The volume state pauses during the user session, providing a seamless and intuitive experience.
-
Clone the repo
git clone https://github.com/HeitorLouzeiroRepositoryIFPI/botao-volume-inovador.git
-
Access the project folder in terminal/cmd
cd botao-volume-inovador
-
Create a virtualenv with Python 3.9.0.
python -m venv venv
-
Activate virtualenv.
- Ubunto
source venv/bin/activate
- MacOs
source venv/bin/activate
- Windows
venv\scripts\activate
-
Install as dependencies.
pip install -r requirements.txt
-
Run the application.
streamlit run botao_volume.py
- Home Page.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Improvements
) - Commit your Changes (
git commit -m 'Add my new Enhancements'
) - Push to the Branch (
git push origin feature/Improvements
) - Open a Pull Request
We thank the following people who contributed to this project:
Heitor Louzeiro |
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/HeitorLouzeiroRepositoryIFPI/botao-volume-inovador