An open API service indexing awesome lists of open source software.

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

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 `.