Simple and "lightweight" web application for organizing that disaster or room/garage/lab (I suppose) we all have.
Master | Development |
---|---|
- Open Source ✨
- Python based application. 🐍
- Search items 🔍
- Print labels for items, categories and storages. 🖨️
- Report generation. 📈
- CSV
- TXT
- User authentication. 🔒
The idea 💡 came to my mind one day I was looking a SOC board like the Raspberry Pi and I could not find it due to the mess I had, all boards, cables 🔌, equipment 🛠️, etc. where all around in different boxes 📦 and different places all over my house 🏠 from my room lab to the garage.
So I came up with the idea of develop a server using Flask and some other Python libraries.
Now I can:
-
Search the for item I'm looking for on the application and it will tell me where I have it stored.
-
Print the label for that item or even for the storage boxes and bags I have on different locations(e.g. Garage, Room, etc.).
If you want to know more in depth what each single file does go to the application documentation.
This tool is using the bootstrap template from @BlackrockDigital Start Bootstrap - SB Admin
-
Clone this repository. 👯
git clone https://github.com/yeyeto2788/Things-Organizer.git
-
Create the virtual environment.
python3 -m virtualenv venv source ./venv/bin/activate
-
Install dependencies. 💻
pip3 install -r requirements.txt
-
Finally run the application. 🐍
python manage.py runserver
No frequently asked question yet. 😐
Reach out to me at one of the following places!
- Website at juanbiondi.com
- Create an issue on this repository. 🏴☠️
- Send me an email 📧
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/super_awesome_feature
) - Commit your Changes (
git commit -m 'Add some awesome feature'
) - Push to the Branch (
git push origin feature/super_awesome_feature
) - Open a Pull Request