This is a Python project template
First, create a environment
cd /path/to/project
mkdir env.py
Next, create variables mentioned in the import env
BASE_URL=""
EMAIL=""
API=""
SPACEKEY=""
Run Python file by pasting the below code in terminal
cd /path/to/project
python app.py
Check the terminal to see the result.
You can start editing the page by modifying app.py
.
To learn more about Next.js, take a look at the following resources:
- Python Documentation - learn about Python features.
- Learn Python - an interactive Python tutorial.
You can check out the Python GitHub repository - your feedback and contributions are welcome!