A name generator is a python based GUI application made for choosing names for boys and girls with all types. π¦π§
- Python 3
- Tkinter GUI library
- Clone the repository
https://github.com/Ash515/NameGenerator.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git