https://github.com/nicopujia/old_projects
Old projects that I made when I was learning to program
https://github.com/nicopujia/old_projects
2d-game godot3 kivy-application learning-by-doing old-projects practice pygame-games pygame-gui python tkinter-gui web-scraping-python
Last synced: 4 months ago
JSON representation
Old projects that I made when I was learning to program
- Host: GitHub
- URL: https://github.com/nicopujia/old_projects
- Owner: nicopujia
- License: mit
- Created: 2023-06-21T19:38:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T19:56:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T23:55:17.082Z (11 months ago)
- Topics: 2d-game, godot3, kivy-application, learning-by-doing, old-projects, practice, pygame-games, pygame-gui, python, tkinter-gui, web-scraping-python
- Language: Python
- Homepage: https://nicolaspujia.com/portfolio
- Size: 51.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Old projects
This is a repository where I keep all my old scripts, prototypes and projects that I made when I didn't use Git or GitHub. Most of them are made with Python, but there are also some Godot (3.3) games and a Unity game.
No more projects or anything else will be added here because they will have their own repository.
Please note that **most of the code here is bad code and some things have stopped working**.
## Python
I mostly used Python 3.7, and some of the Python packages I used are:
- Pygame
- Tkinter
- Requests, lxml and BeautifulSoup
- Kivy
- Numpy
Therefore, if you want to run a script, you must first look at the packages it uses and install them via `pip install `.