If you are someone who has just learnt Python and is looking forward to apply the knowledge that you have gained, making GUIs is definitely a great option for you. I personally learnt GUI creation because it seemed Cool. Really, that was the only motivation behind learning it. You could write a few lines of code and you have a sort of an application in front of you. I decided to share whatever knowledge i had through this very simple website that i made. Making GUIs can be very interesting and rewarding at the same time as you get to apply your knowledge and also get this cool application type thing to show off to others!
1)index.html - Contains the contents of our homepage.
2)index.css - Contains the styling of our homepage.
3)about.html - Contains the content of the 'About' page.
4)about.css - Contains the styling for our 'Abbout' Page.
5)abc.html - Contains the content of the 'Learning Section' of the website.
6)abc.css - Contains the styling for our 'Learning Section'.
7)proj.html - Contains the contents of the 'Projects Section'.
8)proj.css - Contains the styling of our 'Projects Section'.
9)app.js - Contains the working of our particles.
10)particle.js - Helps in creating the particles.
No project is perfect and there is always scope to make improvements. With this project too, if you think we can add some new features or change some existing one, go ahead and raise an issue. You can suggest changes for literally anything, even this line right here! So go ahead and contribute whatever you can!
1)Fork this Repository using the button at the top.
2)Clone your forked repository to your pc.
3)Create a new branch for your modifications (ie. git branch new-user
and check it out git checkout new-user
and git checkout -b new-user
)
4)Add your files (git add -A
), commit (git commit -m "your message"
) and push (git push origin new-user
)
5)Create a pull request
6)Star this repository
And that's it!