This is a simple counter created using pynecone.
- Nandana S (https://github.com/CaptainSparrow2003)
- Sachin Manoj (https://github.com/sachin179)
- Sebin Thomas (https://github.com/Abyssalwolf/)
Project.walkthrough.mp4
The website contains a counter which has options for incrementation and decrementaion. A number is displayed which shows the current count. There also exists a randomize button than changes the current number to one that lies between the range -100 to 100.
- Python 3.11.0
- pynecone- 0.1.32
- random
- Install Python
- Install pynecone using
pip install pynecone - Download the folder in the repository
- Navigate to the folder containing Pynecone.py
- Run the following code in the terminal:
pc run - Open the localhost page to view the site.
