PyFunc is a comprehensive ecosystem of Python function-based services, designed to empower developers with modular, efficient, and innovative tools.
- Dark mode design
- Responsive layout
- Dynamic project rendering
- Animated interactions
- Tailwind CSS styling
- HTML5
- Tailwind CSS
- JavaScript (ES6+)
- GSAP for animations
- Font Awesome & Phosphor Icons
- Modern web browser
- Text editor
- Basic understanding of web technologies
- Clone the repository
git clone https://github.com/pyfunc/www.git
cd www
-
Open the project in your preferred code editor
-
Launch the website
- Simply open
index.html
in a modern web browser - Or use a local development server like Live Server in VS Code
pyfunc-website/
│
├── index.html # Main website entry point
│
├── assets/
│ ├── css/
│ │ ├── main.css # Primary stylesheet
│ │ └── animations.css # Animation-specific styles
│ │
│ ├── js/
│ │ ├── config.js # Global configuration
│ │ ├── projects.js # Project rendering logic
│ │ └── animations.js # Animation scripts
│ │
│ └── svg/
│ └── logo.svg # Website logo
│
├── tailwind.config.js # Tailwind CSS configuration
└── README.md # Project documentation
- Modify
assets/js/config.js
to update project details - Adjust
tailwind.config.js
for custom design tokens - Update CSS in
assets/css/
for styling changes
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE
for more information.
- Project Link: https://www.pyfunc.com/
- Support Email: [email protected]
PyFunc is a comprehensive ecosystem of Python function-based services, designed to empower developers with modular, efficient, and innovative tools.
- Dark mode design
- Responsive layout
- Dynamic project rendering
- Animated interactions
- Tailwind CSS styling
- HTML5
- Tailwind CSS
- JavaScript
- GSAP for animations
- Font Awesome & Phosphor Icons
- Clone the repository
- Open
index.html
in a modern browser - Explore the PyFunc project ecosystem
Modify configuration files in assets/js/
to update project details, links, and settings.
We welcome contributions! Please check our GitHub repository for guidelines.
Apache License 2.0